-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.gen.ts
47 lines (43 loc) · 1.74 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
36
37
38
39
40
41
42
43
44
45
46
47
// 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/blog.ts";
import * as $$$$$$$$$$$1 from "./apps/deco/htmx.ts";
import * as $$$$$$$$$$$2 from "./apps/site.ts";
import * as $$$$$$0 from "./sections/BlogPosts.tsx";
import * as $$$$$$1 from "./sections/Faq.tsx";
import * as $$$$$$2 from "./sections/Footer.tsx";
import * as $$$$$$3 from "./sections/Header.tsx";
import * as $$$$$$9 from "./sections/hero-1.tsx";
import * as $$$$$$10 from "./sections/hero-2.tsx";
import * as $$$$$$4 from "./sections/Hero.tsx";
import * as $$$$$$11 from "./sections/hero2.tsx";
import * as $$$$$$5 from "./sections/ImageWithParagraph.tsx";
import * as $$$$$$6 from "./sections/Logos.tsx";
import * as $$$$$$7 from "./sections/Testimonials.tsx";
import * as $$$$$$8 from "./sections/Theme/Theme.tsx";
const manifest = {
"sections": {
"site/sections/BlogPosts.tsx": $$$$$$0,
"site/sections/Faq.tsx": $$$$$$1,
"site/sections/Footer.tsx": $$$$$$2,
"site/sections/Header.tsx": $$$$$$3,
"site/sections/hero-1.tsx": $$$$$$9,
"site/sections/hero-2.tsx": $$$$$$10,
"site/sections/Hero.tsx": $$$$$$4,
"site/sections/hero2.tsx": $$$$$$11,
"site/sections/ImageWithParagraph.tsx": $$$$$$5,
"site/sections/Logos.tsx": $$$$$$6,
"site/sections/Testimonials.tsx": $$$$$$7,
"site/sections/Theme/Theme.tsx": $$$$$$8,
},
"apps": {
"site/apps/deco/blog.ts": $$$$$$$$$$$0,
"site/apps/deco/htmx.ts": $$$$$$$$$$$1,
"site/apps/site.ts": $$$$$$$$$$$2,
},
"name": "site",
"baseUrl": import.meta.url,
};
export type Manifest = typeof manifest;
export default manifest;