search page sillies
This commit is contained in:
parent
b7a15753d4
commit
441903800f
11 changed files with 62 additions and 8 deletions
|
@ -6,3 +6,7 @@ use Inertia\Inertia;
|
|||
Route::get('/', function () {
|
||||
return Inertia::render('Home');
|
||||
})->name('home');
|
||||
|
||||
Route::get('/search', function () {
|
||||
return Inertia::render('Search');
|
||||
})->name('search');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue