mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2026-04-27 08:48:41 +00:00
🗑️ Remove election-related blade files no longer in use
This commit is contained in:
@@ -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