add helper kaninchenbau

This commit is contained in:
HolgerHatGarKeineNode
2023-05-15 16:58:27 +02:00
parent e1896d4fc8
commit 3e50a49680
6 changed files with 30 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
<?php
namespace App\Http\Livewire\Helper;
use Livewire\Component;
class FollowTheRabbit extends Component
{
public function render()
{
return view('livewire.helper.follow-the-rabbit');
}
}