Skip to content

Commit

Permalink
Remove unused Livewire components
Browse files Browse the repository at this point in the history
  • Loading branch information
andrasbacsai committed Mar 25, 2024
1 parent c5eff85 commit 0a82dc2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,8 @@
use App\Livewire\Notifications\Discord as NotificationDiscord;

use App\Livewire\Team\Index as TeamIndex;
use App\Livewire\Team\Create as TeamCreate;

use App\Livewire\Team\Storage\Index as TeamStorageIndex;
use App\Livewire\Team\Storage\Create as TeamStorageCreate;
use App\Livewire\Team\Storage\Show as TeamStorageShow;
use App\Livewire\Team\Member\Index as TeamMemberIndex;

Expand Down Expand Up @@ -58,11 +56,9 @@
use App\Livewire\Project\Shared\ScheduledTask\Show as ScheduledTaskShow;

use App\Livewire\Security\ApiTokens;
use App\Livewire\Security\PrivateKey\Create as SecurityPrivateKeyCreate;
use App\Livewire\Security\PrivateKey\Show as SecurityPrivateKeyShow;

use App\Livewire\Server\Index as ServerIndex;
use App\Livewire\Server\Create as ServerCreate;
use App\Livewire\Server\Show as ServerShow;
use App\Livewire\Server\Resources as ResourcesShow;

Expand Down

0 comments on commit 0a82dc2

Please sign in to comment.