mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2026-01-25 04:13:17 +00:00
11 lines
111 B
PHP
11 lines
111 B
PHP
<?php
|
|
|
|
namespace App\Livewire\Meetups;
|
|
|
|
use Livewire\Component;
|
|
|
|
final class Grid extends Component
|
|
{
|
|
//
|
|
}
|