generated from deco-sites/start
-
Notifications
You must be signed in to change notification settings - Fork 8
/
fresh.gen.ts
146 lines (143 loc) · 7.52 KB
/
fresh.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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
// DO NOT EDIT. This file is generated by Fresh.
// This file SHOULD be checked into source version control.
// This file is automatically updated during development when running `dev.ts`.
import * as $_app from "./routes/_app.tsx";
import * as $_middleware from "./routes/_middleware.ts";
import * as $admin_catchall_ from "./routes/admin/[...catchall].tsx";
import * as $api_calc from "./routes/api/calc.tsx";
import * as $api_case from "./routes/api/case.tsx";
import * as $api_leads from "./routes/api/leads.tsx";
import * as $api_platform from "./routes/api/platform.tsx";
import * as $api_ranking from "./routes/api/ranking.ts";
import * as $api_webinar from "./routes/api/webinar.tsx";
import * as $bugbounty from "./routes/bugbounty.ts";
import * as $docs_css from "./routes/docs.css.ts";
import * as $hackathon4 from "./routes/hackathon4.ts";
import * as $hackathon5 from "./routes/hackathon5.ts";
import * as $proxy_image_index from "./routes/proxy/image/index.tsx";
import * as $Article from "./islands/Article.tsx";
import * as $ButtonTab from "./islands/ButtonTab.tsx";
import * as $CampHeader from "./islands/CampHeader.tsx";
import * as $CampMentor from "./islands/CampMentor.tsx";
import * as $Case from "./islands/Case.tsx";
import * as $ChangeDevice from "./islands/ChangeDevice.tsx";
import * as $ChangeTheme from "./islands/ChangeTheme.tsx";
import * as $ChartIsland from "./islands/ChartIsland.tsx";
import * as $Cms from "./islands/Cms.tsx";
import * as $ContactUs from "./islands/ContactUs.tsx";
import * as $FaviconImage from "./islands/FaviconImage.tsx";
import * as $ForwardBackButtons_ForwardBackButtons from "./islands/ForwardBackButtons/ForwardBackButtons.tsx";
import * as $Glossary_Content from "./islands/Glossary/Content.tsx";
import * as $Glossary_Search from "./islands/Glossary/Search.tsx";
import * as $Graph from "./islands/Graph.tsx";
import * as $Header from "./islands/Header.tsx";
import * as $HelpFaq from "./islands/HelpFaq.tsx";
import * as $Home_BuildShowcase from "./islands/Home/BuildShowcase.tsx";
import * as $Home_Dropdown from "./islands/Home/Dropdown.tsx";
import * as $Home_Header from "./islands/Home/Header.tsx";
import * as $ImpactCalculator from "./islands/ImpactCalculator.tsx";
import * as $LiveProjects from "./islands/LiveProjects.tsx";
import * as $NRF_BackgroundGrid from "./islands/NRF/BackgroundGrid.tsx";
import * as $NRF_Contact from "./islands/NRF/Contact.tsx";
import * as $NRF_Editor from "./islands/NRF/Editor.tsx";
import * as $NRF_EditorMobile from "./islands/NRF/EditorMobile.tsx";
import * as $NRF_Features from "./islands/NRF/Features.tsx";
import * as $NRF_FeaturesWithImage from "./islands/NRF/FeaturesWithImage.tsx";
import * as $NRF_Hero from "./islands/NRF/Hero.tsx";
import * as $NRF_HeroEditorTabbed from "./islands/NRF/HeroEditorTabbed.tsx";
import * as $NRF_PageWrapper from "./islands/NRF/PageWrapper.tsx";
import * as $NRF_ShowcaseEditorAccordion from "./islands/NRF/ShowcaseEditorAccordion.tsx";
import * as $NRF_ShowcaseEditorTabbed from "./islands/NRF/ShowcaseEditorTabbed.tsx";
import * as $NRF_TextLines from "./islands/NRF/TextLines.tsx";
import * as $OnThisPage from "./islands/OnThisPage.tsx";
import * as $PopUp from "./islands/PopUp.tsx";
import * as $PopularDocuments from "./islands/PopularDocuments.tsx";
import * as $PriceCalculatorIsland from "./islands/PriceCalculatorIsland.tsx";
import * as $PriceCalculatorIslandEN from "./islands/PriceCalculatorIslandEN.tsx";
import * as $Projects from "./islands/Projects.tsx";
import * as $RankingAnalyze from "./islands/RankingAnalyze.tsx";
import * as $RankingHeader from "./islands/RankingHeader.tsx";
import * as $Sidebar from "./islands/Sidebar.tsx";
import * as $SliderCampJS from "./islands/SliderCampJS.tsx";
import * as $SliderJS from "./islands/SliderJS.tsx";
import * as $WasThisPageHelpful from "./islands/WasThisPageHelpful.tsx";
import * as $pricing_PricingCard from "./islands/pricing/PricingCard.tsx";
import * as $pricing_PricingTiers from "./islands/pricing/PricingTiers.tsx";
import * as $pricing_SelectTimePlan from "./islands/pricing/SelectTimePlan.tsx";
import * as $tuju_Form from "./islands/tuju/Form.tsx";
import * as $tuju_FormStates from "./islands/tuju/FormStates.tsx";
import type { Manifest } from "$fresh/server.ts";
const manifest = {
routes: {
"./routes/_app.tsx": $_app,
"./routes/_middleware.ts": $_middleware,
"./routes/admin/[...catchall].tsx": $admin_catchall_,
"./routes/api/calc.tsx": $api_calc,
"./routes/api/case.tsx": $api_case,
"./routes/api/leads.tsx": $api_leads,
"./routes/api/platform.tsx": $api_platform,
"./routes/api/ranking.ts": $api_ranking,
"./routes/api/webinar.tsx": $api_webinar,
"./routes/bugbounty.ts": $bugbounty,
"./routes/docs.css.ts": $docs_css,
"./routes/hackathon4.ts": $hackathon4,
"./routes/hackathon5.ts": $hackathon5,
"./routes/proxy/image/index.tsx": $proxy_image_index,
},
islands: {
"./islands/Article.tsx": $Article,
"./islands/ButtonTab.tsx": $ButtonTab,
"./islands/CampHeader.tsx": $CampHeader,
"./islands/CampMentor.tsx": $CampMentor,
"./islands/Case.tsx": $Case,
"./islands/ChangeDevice.tsx": $ChangeDevice,
"./islands/ChangeTheme.tsx": $ChangeTheme,
"./islands/ChartIsland.tsx": $ChartIsland,
"./islands/Cms.tsx": $Cms,
"./islands/ContactUs.tsx": $ContactUs,
"./islands/FaviconImage.tsx": $FaviconImage,
"./islands/ForwardBackButtons/ForwardBackButtons.tsx":
$ForwardBackButtons_ForwardBackButtons,
"./islands/Glossary/Content.tsx": $Glossary_Content,
"./islands/Glossary/Search.tsx": $Glossary_Search,
"./islands/Graph.tsx": $Graph,
"./islands/Header.tsx": $Header,
"./islands/HelpFaq.tsx": $HelpFaq,
"./islands/Home/BuildShowcase.tsx": $Home_BuildShowcase,
"./islands/Home/Dropdown.tsx": $Home_Dropdown,
"./islands/Home/Header.tsx": $Home_Header,
"./islands/ImpactCalculator.tsx": $ImpactCalculator,
"./islands/LiveProjects.tsx": $LiveProjects,
"./islands/NRF/BackgroundGrid.tsx": $NRF_BackgroundGrid,
"./islands/NRF/Contact.tsx": $NRF_Contact,
"./islands/NRF/Editor.tsx": $NRF_Editor,
"./islands/NRF/EditorMobile.tsx": $NRF_EditorMobile,
"./islands/NRF/Features.tsx": $NRF_Features,
"./islands/NRF/FeaturesWithImage.tsx": $NRF_FeaturesWithImage,
"./islands/NRF/Hero.tsx": $NRF_Hero,
"./islands/NRF/HeroEditorTabbed.tsx": $NRF_HeroEditorTabbed,
"./islands/NRF/PageWrapper.tsx": $NRF_PageWrapper,
"./islands/NRF/ShowcaseEditorAccordion.tsx": $NRF_ShowcaseEditorAccordion,
"./islands/NRF/ShowcaseEditorTabbed.tsx": $NRF_ShowcaseEditorTabbed,
"./islands/NRF/TextLines.tsx": $NRF_TextLines,
"./islands/OnThisPage.tsx": $OnThisPage,
"./islands/PopUp.tsx": $PopUp,
"./islands/PopularDocuments.tsx": $PopularDocuments,
"./islands/PriceCalculatorIsland.tsx": $PriceCalculatorIsland,
"./islands/PriceCalculatorIslandEN.tsx": $PriceCalculatorIslandEN,
"./islands/Projects.tsx": $Projects,
"./islands/RankingAnalyze.tsx": $RankingAnalyze,
"./islands/RankingHeader.tsx": $RankingHeader,
"./islands/Sidebar.tsx": $Sidebar,
"./islands/SliderCampJS.tsx": $SliderCampJS,
"./islands/SliderJS.tsx": $SliderJS,
"./islands/WasThisPageHelpful.tsx": $WasThisPageHelpful,
"./islands/pricing/PricingCard.tsx": $pricing_PricingCard,
"./islands/pricing/PricingTiers.tsx": $pricing_PricingTiers,
"./islands/pricing/SelectTimePlan.tsx": $pricing_SelectTimePlan,
"./islands/tuju/Form.tsx": $tuju_Form,
"./islands/tuju/FormStates.tsx": $tuju_FormStates,
},
baseUrl: import.meta.url,
} satisfies Manifest;
export default manifest;