cleanup and start with nostr

This commit is contained in:
HolgerHatGarKeineNode
2023-11-20 18:10:33 +01:00
parent df1eb750b7
commit a392e6fee0
218 changed files with 31 additions and 17474 deletions

View File

@@ -0,0 +1,13 @@
<?php
namespace App\Http\Livewire\Nostr;
use Livewire\Component;
class Start extends Component
{
public function render()
{
return view('livewire.nostr.start');
}
}