2023-07-13 22:59:14 +02:00

58 lines
1.2 KiB
JavaScript

/**
* @roxi/routify 2.18.12
* File generated Thu Jul 13 2023 15:49:48 GMT+0200 (Mitteleuropäische Sommerzeit)
*/
export const __version = "2.18.12"
export const __timestamp = "2023-07-13T13:49:48.159Z"
//buildRoutes
import { buildClientTree } from "@roxi/routify/runtime/buildRoutes"
//imports
//options
export const options = {}
//tree
export const _tree = {
"root": true,
"children": [
{
"isIndex": true,
"isPage": true,
"path": "/index",
"id": "_index",
"component": () => import('../pages/index.svelte').then(m => m.default)
},
{
"isDir": true,
"ext": "",
"children": [
{
"isDir": true,
"ext": "",
"children": [
{
"isIndex": true,
"isPage": true,
"path": "/session/:sessionid/index",
"id": "_session__sessionid_index",
"component": () => import('../pages/session/[sessionid]/index.svelte').then(m => m.default)
}
],
"path": "/session/:sessionid"
}
],
"path": "/session"
}
],
"path": "/"
}
export const {tree, routes} = buildClientTree(_tree)