mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2026-01-26 05:23:19 +00:00
🗑️ Remove election-related blade files no longer in use
This commit is contained in:
20
app/Livewire/Meetups/Worldmap.php
Normal file
20
app/Livewire/Meetups/Worldmap.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
namespace App\Livewire\Meetups;
|
||||
|
||||
use Livewire\Component;
|
||||
|
||||
final class Worldmap extends Component
|
||||
{
|
||||
public array $markers = [];
|
||||
|
||||
public function mount(): void
|
||||
{
|
||||
$this->markers = [];
|
||||
}
|
||||
|
||||
public function filterByMarker($id): void
|
||||
{
|
||||
//
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user