Empty home page

This commit is contained in:
2024-06-23 20:48:57 +01:00
parent 545743794a
commit faa5b8c129
3 changed files with 7 additions and 264 deletions

View File

@@ -11,8 +11,6 @@ Route::get('/', function () {
return Inertia::render('Welcome', [
'canLogin' => Route::has('login'),
'canRegister' => Route::has('register'),
'laravelVersion' => Application::VERSION,
'phpVersion' => PHP_VERSION,
]);
});