added first layout

This commit is contained in:
Sockenklaus
2023-07-01 22:03:54 +02:00
parent ca20ca1faf
commit 02812afc3d
10 changed files with 149 additions and 63 deletions

View File

@@ -26,4 +26,8 @@ Route.get('/', async ({ inertia }) => {
Route.get('/Login', async({inertia}) =>{
return inertia.render('Login')
})
Route.get('/Events', async({inertia})=> {
return inertia.render('Events/List')
})