-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.gen.ts
More file actions
71 lines (67 loc) · 2.95 KB
/
Copy pathmanifest.gen.ts
File metadata and controls
71 lines (67 loc) · 2.95 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
// 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/ai-assistants.ts";
import * as $$$$$$$$$$$1 from "./apps/deco/analytics.ts";
import * as $$$$$$$$$$$2 from "./apps/deco/blog.ts";
import * as $$$$$$$$$$$3 from "./apps/deco/htmx.ts";
import * as $$$$$$$$$$$4 from "./apps/deco/records.ts";
import * as $$$$$$$$$$$5 from "./apps/site.ts";
import * as $$$$$$0 from "./sections/BlogPosts.tsx";
import * as $$$$$$1 from "./sections/Carousel.tsx";
import * as $$$$$$2 from "./sections/CopyContentSession.tsx";
import * as $$$$$$3 from "./sections/Faq.tsx";
import * as $$$$$$4 from "./sections/Footer.tsx";
import * as $$$$$$5 from "./sections/Header.tsx";
import * as $$$$$$18 from "./sections/hero-1.tsx";
import * as $$$$$$19 from "./sections/hero-2.tsx";
import * as $$$$$$6 from "./sections/Hero.tsx";
import * as $$$$$$20 from "./sections/hero2.tsx";
import * as $$$$$$7 from "./sections/HeroNormal.tsx";
import * as $$$$$$8 from "./sections/IASection.tsx";
import * as $$$$$$9 from "./sections/ImageSlider2.tsx";
import * as $$$$$$10 from "./sections/ImageSlider3.tsx";
import * as $$$$$$11 from "./sections/ImageWithParagraph.tsx";
import * as $$$$$$12 from "./sections/Logos.tsx";
import * as $$$$$$13 from "./sections/Maps.tsx";
import * as $$$$$$14 from "./sections/RifometerSession.tsx";
import * as $$$$$$15 from "./sections/Social.tsx";
import * as $$$$$$16 from "./sections/Testimonials.tsx";
import * as $$$$$$17 from "./sections/Theme/Theme.tsx";
const manifest = {
"sections": {
"site/sections/BlogPosts.tsx": $$$$$$0,
"site/sections/Carousel.tsx": $$$$$$1,
"site/sections/CopyContentSession.tsx": $$$$$$2,
"site/sections/Faq.tsx": $$$$$$3,
"site/sections/Footer.tsx": $$$$$$4,
"site/sections/Header.tsx": $$$$$$5,
"site/sections/hero-1.tsx": $$$$$$18,
"site/sections/hero-2.tsx": $$$$$$19,
"site/sections/Hero.tsx": $$$$$$6,
"site/sections/hero2.tsx": $$$$$$20,
"site/sections/HeroNormal.tsx": $$$$$$7,
"site/sections/IASection.tsx": $$$$$$8,
"site/sections/ImageSlider2.tsx": $$$$$$9,
"site/sections/ImageSlider3.tsx": $$$$$$10,
"site/sections/ImageWithParagraph.tsx": $$$$$$11,
"site/sections/Logos.tsx": $$$$$$12,
"site/sections/Maps.tsx": $$$$$$13,
"site/sections/RifometerSession.tsx": $$$$$$14,
"site/sections/Social.tsx": $$$$$$15,
"site/sections/Testimonials.tsx": $$$$$$16,
"site/sections/Theme/Theme.tsx": $$$$$$17,
},
"apps": {
"site/apps/deco/ai-assistants.ts": $$$$$$$$$$$0,
"site/apps/deco/analytics.ts": $$$$$$$$$$$1,
"site/apps/deco/blog.ts": $$$$$$$$$$$2,
"site/apps/deco/htmx.ts": $$$$$$$$$$$3,
"site/apps/deco/records.ts": $$$$$$$$$$$4,
"site/apps/site.ts": $$$$$$$$$$$5,
},
"name": "site",
"baseUrl": import.meta.url,
};
export type Manifest = typeof manifest;
export default manifest;