-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfresh.gen.ts
48 lines (45 loc) · 1.71 KB
/
fresh.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
41
42
43
44
45
46
47
48
// DO NOT EDIT. This file is generated by Fresh.
// This file SHOULD be checked into source version control.
// This file is automatically updated during development when running `dev.ts`.
import * as $0 from "./routes/_app.tsx";
import * as $1 from "./routes/_layout.tsx";
import * as $2 from "./routes/api/agent.ts";
import * as $3 from "./routes/api/init.ts";
import * as $4 from "./routes/index.tsx";
import * as $5 from "./routes/soh/_layout.tsx";
import * as $6 from "./routes/soh/index.tsx";
import * as $7 from "./routes/systems/[symbol].tsx";
import * as $8 from "./routes/systems/index.tsx";
import * as $$0 from "./islands/NavLink.tsx";
import * as $$1 from "./islands/StarChart.tsx";
import * as $$2 from "./islands/StarChartD3Old.tsx";
import * as $$3 from "./islands/StarChartItem.tsx";
import * as $$4 from "./islands/StarChartOld.tsx";
import * as $$5 from "./islands/soh/FormValidations.tsx";
import * as $$6 from "./islands/soh/ShowPicker.tsx";
import * as $$7 from "./islands/soh/TabsGroup.tsx";
const manifest = {
routes: {
"./routes/_app.tsx": $0,
"./routes/_layout.tsx": $1,
"./routes/api/agent.ts": $2,
"./routes/api/init.ts": $3,
"./routes/index.tsx": $4,
"./routes/soh/_layout.tsx": $5,
"./routes/soh/index.tsx": $6,
"./routes/systems/[symbol].tsx": $7,
"./routes/systems/index.tsx": $8,
},
islands: {
"./islands/NavLink.tsx": $$0,
"./islands/StarChart.tsx": $$1,
"./islands/StarChartD3Old.tsx": $$2,
"./islands/StarChartItem.tsx": $$3,
"./islands/StarChartOld.tsx": $$4,
"./islands/soh/FormValidations.tsx": $$5,
"./islands/soh/ShowPicker.tsx": $$6,
"./islands/soh/TabsGroup.tsx": $$7,
},
baseUrl: import.meta.url,
};
export default manifest;