mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
add helper kaninchenbau
This commit is contained in:
13
app/Http/Livewire/Helper/FollowTheRabbit.php
Normal file
13
app/Http/Livewire/Helper/FollowTheRabbit.php
Normal 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');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user