fix route file path

This commit is contained in:
Ludvík Prokopec 2022-12-11 21:59:18 +01:00
parent 5166634e23
commit 19f349d968
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ export default defineRoutes({
routes: [
{
path: '/',
component: () => import('./routes/index.svelte')
component: () => import('$routes/index.svelte')
},
{
path: '/oauth',