-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.gen.ts
More file actions
75 lines (71 loc) · 3.19 KB
/
Copy pathmanifest.gen.ts
File metadata and controls
75 lines (71 loc) · 3.19 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
// 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/decohub.ts";
import * as $$$$$$$$$$$2 from "./apps/site.ts";
import * as $$$$$$0 from "./sections/Banner.tsx";
import * as $$$$$$1 from "./sections/BigNumbers.tsx";
import * as $$$$$$2 from "./sections/Blog.tsx";
import * as $$$$$$3 from "./sections/BlogPost.tsx";
import * as $$$$$$4 from "./sections/ColumnSection.tsx";
import * as $$$$$$5 from "./sections/Contact.tsx";
import * as $$$$$$6 from "./sections/Footer.tsx";
import * as $$$$$$7 from "./sections/FundraisingToolkitSection.tsx";
import * as $$$$$$8 from "./sections/Gallery.tsx";
import * as $$$$$$9 from "./sections/Head.tsx";
import * as $$$$$$10 from "./sections/Header.tsx";
import * as $$$$$$11 from "./sections/HeroCompany.tsx";
import * as $$$$$$12 from "./sections/IframeSection.tsx";
import * as $$$$$$13 from "./sections/Image.tsx";
import * as $$$$$$14 from "./sections/LandingPage.tsx";
import * as $$$$$$15 from "./sections/Manifest.tsx";
import * as $$$$$$16 from "./sections/Newsletter.tsx";
import * as $$$$$$17 from "./sections/OpinionSection.tsx";
import * as $$$$$$18 from "./sections/OrangeColumnSection.tsx";
import * as $$$$$$19 from "./sections/PartnersFooter.tsx";
import * as $$$$$$20 from "./sections/ReportSection.tsx";
import * as $$$$$$21 from "./sections/Showcase.tsx";
import * as $$$$$$22 from "./sections/Testimony.tsx";
import * as $$$$$$23 from "./sections/Theme/Theme.tsx";
import * as $$$$$$24 from "./sections/TitleSection.tsx";
import * as $$$$$$25 from "./sections/ToolkitSection.tsx";
const manifest = {
"sections": {
"site/sections/Banner.tsx": $$$$$$0,
"site/sections/BigNumbers.tsx": $$$$$$1,
"site/sections/Blog.tsx": $$$$$$2,
"site/sections/BlogPost.tsx": $$$$$$3,
"site/sections/ColumnSection.tsx": $$$$$$4,
"site/sections/Contact.tsx": $$$$$$5,
"site/sections/Footer.tsx": $$$$$$6,
"site/sections/FundraisingToolkitSection.tsx": $$$$$$7,
"site/sections/Gallery.tsx": $$$$$$8,
"site/sections/Head.tsx": $$$$$$9,
"site/sections/Header.tsx": $$$$$$10,
"site/sections/HeroCompany.tsx": $$$$$$11,
"site/sections/IframeSection.tsx": $$$$$$12,
"site/sections/Image.tsx": $$$$$$13,
"site/sections/LandingPage.tsx": $$$$$$14,
"site/sections/Manifest.tsx": $$$$$$15,
"site/sections/Newsletter.tsx": $$$$$$16,
"site/sections/OpinionSection.tsx": $$$$$$17,
"site/sections/OrangeColumnSection.tsx": $$$$$$18,
"site/sections/PartnersFooter.tsx": $$$$$$19,
"site/sections/ReportSection.tsx": $$$$$$20,
"site/sections/Showcase.tsx": $$$$$$21,
"site/sections/Testimony.tsx": $$$$$$22,
"site/sections/Theme/Theme.tsx": $$$$$$23,
"site/sections/TitleSection.tsx": $$$$$$24,
"site/sections/ToolkitSection.tsx": $$$$$$25,
},
"apps": {
"site/apps/deco/blog.ts": $$$$$$$$$$$0,
"site/apps/decohub.ts": $$$$$$$$$$$1,
"site/apps/site.ts": $$$$$$$$$$$2,
},
"name": "site",
"baseUrl": import.meta.url,
};
export type Manifest = typeof manifest;
export default manifest;