-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.gen.ts
35 lines (31 loc) · 1.19 KB
/
manifest.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
// DO NOT EDIT. This file is generated by deco.
// This file SHOULD be checked into source version control.
// This file is automatically updated during development when running `dev.ts`.
import * as $$$$$$$$$$$0 from "./apps/deco/htmx.ts";
import * as $$$$$$$$$$$1 from "./apps/site.ts";
import * as $$$$$$0 from "./sections/404Game.tsx";
import * as $$$$$$4 from "./sections/dino.ts";
import * as $$$$$$1 from "./sections/Footer.tsx";
import * as $$$$$$5 from "./sections/imagesAndCss.tsx";
import * as $$$$$$2 from "./sections/ItWorks.tsx";
import * as $$$$$$3 from "./sections/Theme/Theme.tsx";
import * as $$$$$$6 from "./sections/useScriptCustom.ts";
const manifest = {
"sections": {
"site/sections/404Game.tsx": $$$$$$0,
"site/sections/dino.ts": $$$$$$4,
"site/sections/Footer.tsx": $$$$$$1,
"site/sections/imagesAndCss.tsx": $$$$$$5,
"site/sections/ItWorks.tsx": $$$$$$2,
"site/sections/Theme/Theme.tsx": $$$$$$3,
"site/sections/useScriptCustom.ts": $$$$$$6,
},
"apps": {
"site/apps/deco/htmx.ts": $$$$$$$$$$$0,
"site/apps/site.ts": $$$$$$$$$$$1,
},
"name": "site",
"baseUrl": import.meta.url,
};
export type Manifest = typeof manifest;
export default manifest;