-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.gen.ts
77 lines (73 loc) · 3.46 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
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
76
77
// 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/AccordionContent.tsx";
import * as $$$$$$1 from "./sections/Banner.tsx";
import * as $$$$$$2 from "./sections/BodyContent.tsx";
import * as $$$$$$3 from "./sections/ConteudoPrincipal.tsx";
import * as $$$$$$4 from "./sections/DuvidasComuns.tsx";
import * as $$$$$$5 from "./sections/Establishments.tsx";
import * as $$$$$$6 from "./sections/Footer.tsx";
import * as $$$$$$7 from "./sections/Gallery.tsx";
import * as $$$$$$8 from "./sections/Header.tsx";
import * as $$$$$$9 from "./sections/Hero.tsx";
import * as $$$$$$10 from "./sections/IconGroup.tsx";
import * as $$$$$$11 from "./sections/MonteSeuPlano.tsx";
import * as $$$$$$12 from "./sections/OurClients.tsx";
import * as $$$$$$13 from "./sections/PagePlans.tsx";
import * as $$$$$$14 from "./sections/PagePlansIntegrations.tsx";
import * as $$$$$$15 from "./sections/PagePlansOptionals.tsx";
import * as $$$$$$16 from "./sections/PagePlansTabs.tsx";
import * as $$$$$$17 from "./sections/PaginaSobreLinkedCultura.tsx";
import * as $$$$$$18 from "./sections/Partners.tsx";
import * as $$$$$$19 from "./sections/PlansOverviewCardGrid.tsx";
import * as $$$$$$20 from "./sections/PlansOverviewCascadeGrid.tsx";
import * as $$$$$$21 from "./sections/PlansOverviewListGrid.tsx";
import * as $$$$$$22 from "./sections/PlansOverviewMain.tsx";
import * as $$$$$$23 from "./sections/SupportInfo.tsx";
import * as $$$$$$24 from "./sections/TermosDeUsoEPrivacidade.tsx";
import * as $$$$$$25 from "./sections/Theme/Theme.tsx";
import * as $$$$$$26 from "./sections/TitlePage.tsx";
import * as $$$$$$27 from "./sections/WhyLinked.tsx";
const manifest = {
"sections": {
"site/sections/AccordionContent.tsx": $$$$$$0,
"site/sections/Banner.tsx": $$$$$$1,
"site/sections/BodyContent.tsx": $$$$$$2,
"site/sections/ConteudoPrincipal.tsx": $$$$$$3,
"site/sections/DuvidasComuns.tsx": $$$$$$4,
"site/sections/Establishments.tsx": $$$$$$5,
"site/sections/Footer.tsx": $$$$$$6,
"site/sections/Gallery.tsx": $$$$$$7,
"site/sections/Header.tsx": $$$$$$8,
"site/sections/Hero.tsx": $$$$$$9,
"site/sections/IconGroup.tsx": $$$$$$10,
"site/sections/MonteSeuPlano.tsx": $$$$$$11,
"site/sections/OurClients.tsx": $$$$$$12,
"site/sections/PagePlans.tsx": $$$$$$13,
"site/sections/PagePlansIntegrations.tsx": $$$$$$14,
"site/sections/PagePlansOptionals.tsx": $$$$$$15,
"site/sections/PagePlansTabs.tsx": $$$$$$16,
"site/sections/PaginaSobreLinkedCultura.tsx": $$$$$$17,
"site/sections/Partners.tsx": $$$$$$18,
"site/sections/PlansOverviewCardGrid.tsx": $$$$$$19,
"site/sections/PlansOverviewCascadeGrid.tsx": $$$$$$20,
"site/sections/PlansOverviewListGrid.tsx": $$$$$$21,
"site/sections/PlansOverviewMain.tsx": $$$$$$22,
"site/sections/SupportInfo.tsx": $$$$$$23,
"site/sections/TermosDeUsoEPrivacidade.tsx": $$$$$$24,
"site/sections/Theme/Theme.tsx": $$$$$$25,
"site/sections/TitlePage.tsx": $$$$$$26,
"site/sections/WhyLinked.tsx": $$$$$$27,
},
"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;