mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2026-01-29 08:53:18 +00:00
🛠️ refactor: group function imports for better readability in multiple Blade files
This commit is contained in:
@@ -8,13 +8,17 @@ use swentel\nostr\Relay\Relay;
|
||||
use swentel\nostr\Request\Request;
|
||||
use swentel\nostr\Subscription\Subscription;
|
||||
|
||||
use function Livewire\Volt\computed;
|
||||
use function Livewire\Volt\mount;
|
||||
use function Livewire\Volt\state;
|
||||
use function Livewire\Volt\with;
|
||||
use function Laravel\Folio\{middleware};
|
||||
use function Laravel\Folio\name;
|
||||
use function Livewire\Volt\{on};
|
||||
use function Livewire\Volt\{
|
||||
computed,
|
||||
mount,
|
||||
state,
|
||||
with,
|
||||
on
|
||||
};
|
||||
use function Laravel\Folio\{
|
||||
middleware,
|
||||
name
|
||||
};
|
||||
|
||||
name('meetups.grid');
|
||||
|
||||
|
||||
@@ -12,13 +12,17 @@ use swentel\nostr\Subscription\Subscription;
|
||||
use swentel\nostr\Event\Event as NostrEvent;
|
||||
use swentel\nostr\Sign\Sign;
|
||||
|
||||
use function Livewire\Volt\computed;
|
||||
use function Livewire\Volt\mount;
|
||||
use function Livewire\Volt\state;
|
||||
use function Livewire\Volt\with;
|
||||
use function Laravel\Folio\{middleware};
|
||||
use function Laravel\Folio\name;
|
||||
use function Livewire\Volt\{on};
|
||||
use function Livewire\Volt\{
|
||||
computed,
|
||||
mount,
|
||||
state,
|
||||
with,
|
||||
on
|
||||
};
|
||||
use function Laravel\Folio\{
|
||||
middleware,
|
||||
name
|
||||
};
|
||||
|
||||
name('meetups.mockup');
|
||||
|
||||
|
||||
@@ -8,13 +8,17 @@ use swentel\nostr\Relay\Relay;
|
||||
use swentel\nostr\Request\Request;
|
||||
use swentel\nostr\Subscription\Subscription;
|
||||
|
||||
use function Livewire\Volt\computed;
|
||||
use function Livewire\Volt\mount;
|
||||
use function Livewire\Volt\state;
|
||||
use function Livewire\Volt\with;
|
||||
use function Laravel\Folio\{middleware};
|
||||
use function Laravel\Folio\name;
|
||||
use function Livewire\Volt\{on};
|
||||
use function Livewire\Volt\{
|
||||
computed,
|
||||
mount,
|
||||
state,
|
||||
with,
|
||||
on
|
||||
};
|
||||
use function Laravel\Folio\{
|
||||
middleware,
|
||||
name
|
||||
};
|
||||
|
||||
name('meetups.table');
|
||||
|
||||
|
||||
@@ -8,13 +8,17 @@ use swentel\nostr\Relay\Relay;
|
||||
use swentel\nostr\Request\Request;
|
||||
use swentel\nostr\Subscription\Subscription;
|
||||
|
||||
use function Livewire\Volt\computed;
|
||||
use function Livewire\Volt\mount;
|
||||
use function Livewire\Volt\state;
|
||||
use function Livewire\Volt\with;
|
||||
use function Laravel\Folio\{middleware};
|
||||
use function Laravel\Folio\name;
|
||||
use function Livewire\Volt\{on};
|
||||
use function Livewire\Volt\{
|
||||
computed,
|
||||
mount,
|
||||
state,
|
||||
with,
|
||||
on
|
||||
};
|
||||
use function Laravel\Folio\{
|
||||
middleware,
|
||||
name
|
||||
};
|
||||
|
||||
name('meetups.worldmap');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user