mirror of
https://github.com/Lapikud/lapikud.github.io.git
synced 2026-08-08 21:29:14 +00:00
initial stuff
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
// ADD PAGES HERE TO REGISTER ROUTES
|
||||
// examples: '/page', '/page/:id'
|
||||
|
||||
import Demo from './Demo.svelte'
|
||||
import Home from './Home.svelte'
|
||||
import Test from './Test.svelte'
|
||||
|
||||
export const routes = {
|
||||
'/': Home,
|
||||
'/demo': Demo,
|
||||
'/juhatus': Test,
|
||||
}
|
||||
Reference in New Issue
Block a user