mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
Setting up + routing the page
This commit is contained in:
13
app/Http/Livewire/BooksForPlebs/BookRentalGuide.php
Normal file
13
app/Http/Livewire/BooksForPlebs/BookRentalGuide.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace App\Http\Livewire\BooksForPlebs;
|
||||
|
||||
use Livewire\Component;
|
||||
|
||||
class BookRentalGuide extends Component
|
||||
{
|
||||
public function render()
|
||||
{
|
||||
return view('livewire.books-for-plebs.book-rental-guide');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user