Remove search for now, increase upload filesize limits

This commit is contained in:
yuriko 🦊 2025-05-25 17:14:11 -04:00
parent 1442dbfa60
commit cb086c4708
21 changed files with 117 additions and 244 deletions

View file

@ -0,0 +1,13 @@
<?php
namespace App\Livewire\App;
use Livewire\Component;
class Pagination extends Component
{
public function render()
{
return view('livewire.app.pagination');
}
}