added main navigation

This commit is contained in:
Sockenklaus
2023-07-02 13:56:28 +02:00
parent 02812afc3d
commit bc38291696
11 changed files with 116 additions and 23 deletions

View File

@@ -29,5 +29,9 @@ Route.get('/Login', async({inertia}) =>{
})
Route.get('/Events', async({inertia})=> {
return inertia.render('Events/List')
return inertia.render('Events/EventsList')
})
Route.get('/Users', async({inertia}) => {
return inertia.render('Users/UsersList')
})