main page, navbar mobile not fixed

This commit is contained in:
Henri
2026-01-21 12:36:53 +02:00
parent 490d9b2feb
commit cf8b623340
11 changed files with 546 additions and 108 deletions

View File

@@ -2,9 +2,7 @@
// examples: '/page', '/page/:id'
import Home from './Home.svelte'
import Test from './Test.svelte'
export const routes = {
'/': Home,
'/juhatus': Test,
}