forked from denoland/dotland
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathroutes.gen.ts
40 lines (37 loc) · 1.25 KB
/
routes.gen.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
// DO NOT EDIT. This file is generated by `fresh`.
// This file SHOULD be checked into source version control.
// To update this file, run `fresh routes`.
import * as $0 from "./pages/index.tsx";
import * as $1 from "./pages/std.tsx";
import * as $2 from "./pages/_render.ts";
import * as $3 from "./pages/benchmarks.tsx";
import * as $4 from "./pages/add_module.tsx";
import * as $5 from "./pages/showcase.tsx";
import * as $6 from "./pages/manual.tsx";
import * as $7 from "./pages/translations.tsx";
import * as $8 from "./pages/status.tsx";
import * as $9 from "./pages/_404.tsx";
import * as $10 from "./pages/_app.tsx";
import * as $11 from "./pages/x/index.tsx";
import * as $12 from "./pages/x/module.tsx";
import * as $13 from "./pages/artwork.tsx";
const routes = {
pages: {
"./pages/index.tsx": $0,
"./pages/std.tsx": $1,
"./pages/_render.ts": $2,
"./pages/benchmarks.tsx": $3,
"./pages/add_module.tsx": $4,
"./pages/showcase.tsx": $5,
"./pages/manual.tsx": $6,
"./pages/translations.tsx": $7,
"./pages/status.tsx": $8,
"./pages/_404.tsx": $9,
"./pages/_app.tsx": $10,
"./pages/x/index.tsx": $11,
"./pages/x/module.tsx": $12,
"./pages/artwork.tsx": $13,
},
baseUrl: import.meta.url,
};
export default routes;