Skip to content

Commit

Permalink
Fix missing class import (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
qwert1x authored Oct 4, 2023
1 parent 98e128a commit 15c8866
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?php
use App\Providers\RouteServiceProvider;
use Livewire\Attributes\Layout;
use Livewire\Volt\Component;
Expand Down

0 comments on commit 15c8866

Please sign in to comment.