Ruben Gres
first commit
ec3efd7
raw
history blame
282 Bytes
export { matchers } from './client-matchers.js';
export const components = [
() => import("../../src/routes/__layout.svelte"),
() => import("../runtime/components/error.svelte"),
() => import("../../src/routes/index.svelte")
];
export const dictionary = {
"": [[0, 2], [1]]
};