-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfresh.gen.ts
42 lines (39 loc) · 1.37 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
// 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/_404.tsx";
import * as $1 from "./routes/_app.tsx";
import * as $2 from "./routes/api/gen.ts";
import * as $3 from "./routes/index.tsx";
import * as $$0 from "./islands/Client.tsx";
import * as $$1 from "./islands/Examples.tsx";
import * as $$2 from "./islands/FieldSelect.tsx";
import * as $$3 from "./islands/Generator.tsx";
import * as $$4 from "./islands/IdeaBox.tsx";
import * as $$5 from "./islands/IdeaCard.tsx";
import * as $$6 from "./islands/Result.tsx";
import * as $$7 from "./islands/Saved.tsx";
import * as $$8 from "./islands/Shortcuts.tsx";
import * as $$9 from "./islands/Templates.tsx";
const manifest = {
routes: {
"./routes/_404.tsx": $0,
"./routes/_app.tsx": $1,
"./routes/api/gen.ts": $2,
"./routes/index.tsx": $3,
},
islands: {
"./islands/Client.tsx": $$0,
"./islands/Examples.tsx": $$1,
"./islands/FieldSelect.tsx": $$2,
"./islands/Generator.tsx": $$3,
"./islands/IdeaBox.tsx": $$4,
"./islands/IdeaCard.tsx": $$5,
"./islands/Result.tsx": $$6,
"./islands/Saved.tsx": $$7,
"./islands/Shortcuts.tsx": $$8,
"./islands/Templates.tsx": $$9,
},
baseUrl: import.meta.url,
};
export default manifest;