Skip to content

Commit

Permalink
Merge pull request #26 from pxlrbt/fix/js-not-found
Browse files Browse the repository at this point in the history
fix: Import Js class
  • Loading branch information
pxlrbt authored Oct 24, 2023
2 parents 2e5a74b + af309e8 commit e4d8c87
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions resources/views/pages/list-activities.blade.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
@php
use \Illuminate\Support\Js;
@endphp
<x-filament-panels::page>
<div class="space-y-6">
@foreach($this->getActivities() as $activityItem)
Expand Down

0 comments on commit e4d8c87

Please sign in to comment.