mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2025-12-25 19:10:15 +00:00
🛠️ refactor: group function imports for better readability in multiple Blade files
This commit is contained in:
@@ -2,14 +2,18 @@
|
||||
|
||||
use Livewire\Volt\Component;
|
||||
|
||||
use function Livewire\Volt\computed;
|
||||
use function Livewire\Volt\mount;
|
||||
use function Livewire\Volt\state;
|
||||
use function Livewire\Volt\with;
|
||||
use function Livewire\Volt\updated;
|
||||
use function Laravel\Folio\{middleware};
|
||||
use function Laravel\Folio\name;
|
||||
use function Livewire\Volt\{on};
|
||||
use function Livewire\Volt\{
|
||||
computed,
|
||||
mount,
|
||||
state,
|
||||
with,
|
||||
updated,
|
||||
on
|
||||
};
|
||||
use function Laravel\Folio\{
|
||||
middleware,
|
||||
name
|
||||
};
|
||||
|
||||
name('association.members.admin');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user