mirror of
https://github.com/Lapikud/lapikud.github.io.git
synced 2026-08-08 21:29:14 +00:00
transfer to PC
This commit is contained in:
9
src/routes/index.js
Normal file
9
src/routes/index.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import Demo from './Demo.svelte'
|
||||
import Home from './Home.svelte'
|
||||
|
||||
export const routes = {
|
||||
'/': Home,
|
||||
'/demo': Demo,
|
||||
// '/page': Page,
|
||||
// '/page/:id': Page, // with optional param
|
||||
}
|
||||
Reference in New Issue
Block a user