Test22
This commit is contained in:
@@ -30,6 +30,9 @@ Route::get('/', function () {
|
||||
return Inertia::render('Rpo');
|
||||
});
|
||||
|
||||
Route::get('/results', function () {
|
||||
return Inertia::render('Results');
|
||||
})->name('results');
|
||||
|
||||
Route::get('/dashboard', function () {
|
||||
return Inertia::render('Dashboard');
|
||||
|
||||
Reference in New Issue
Block a user