added first layout
This commit is contained in:
@@ -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')
|
||||
})
|
||||
Reference in New Issue
Block a user