generated from deco-sites/fashion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfresh.gen.ts
65 lines (62 loc) · 3.12 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
// 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 $AddToCartActions from "./islands/AddToCartActions.tsx";
import * as $AddToCartButton from "./islands/AddToCartButton.tsx";
import * as $BlueTagProduct from "./islands/BlueTagProduct.tsx";
import * as $BlueTagVisit from "./islands/BlueTagVisit.tsx";
import * as $Debug from "./islands/Debug.tsx";
import * as $HeaderButton from "./islands/HeaderButton.tsx";
import * as $HeaderModals from "./islands/HeaderModals.tsx";
import * as $HeaderModalsV2 from "./islands/HeaderModalsV2.tsx";
import * as $HeaderSearchbar from "./islands/HeaderSearchbar.tsx";
import * as $Newsletter from "./islands/Newsletter.tsx";
import * as $NewsletterModal from "./islands/NewsletterModal.tsx";
import * as $OutOfStock from "./islands/OutOfStock.tsx";
import * as $ProductAsideInfo from "./islands/ProductAsideInfo.tsx";
import * as $ProductDetailsImages from "./islands/ProductDetailsImages.tsx";
import * as $ProductImageZoom from "./islands/ProductImageZoom.tsx";
import * as $SearchControls from "./islands/SearchControls.tsx";
import * as $SearchNotFound from "./islands/SearchNotFound.tsx";
import * as $Searchbar from "./islands/Searchbar.tsx";
import * as $ShippingSimulation from "./islands/ShippingSimulation.tsx";
import * as $ShopTogetherContainer from "./islands/ShopTogetherContainer.tsx";
import * as $SliderJS from "./islands/SliderJS.tsx";
import * as $Sort from "./islands/Sort.tsx";
import * as $UserButtons from "./islands/UserButtons.tsx";
import * as $WishlistButton from "./islands/WishlistButton.tsx";
import { type Manifest } from "$fresh/server.ts";
const manifest = {
routes: {
"./routes/_app.tsx": $_app,
},
islands: {
"./islands/AddToCartActions.tsx": $AddToCartActions,
"./islands/AddToCartButton.tsx": $AddToCartButton,
"./islands/BlueTagProduct.tsx": $BlueTagProduct,
"./islands/BlueTagVisit.tsx": $BlueTagVisit,
"./islands/Debug.tsx": $Debug,
"./islands/HeaderButton.tsx": $HeaderButton,
"./islands/HeaderModals.tsx": $HeaderModals,
"./islands/HeaderModalsV2.tsx": $HeaderModalsV2,
"./islands/HeaderSearchbar.tsx": $HeaderSearchbar,
"./islands/Newsletter.tsx": $Newsletter,
"./islands/NewsletterModal.tsx": $NewsletterModal,
"./islands/OutOfStock.tsx": $OutOfStock,
"./islands/ProductAsideInfo.tsx": $ProductAsideInfo,
"./islands/ProductDetailsImages.tsx": $ProductDetailsImages,
"./islands/ProductImageZoom.tsx": $ProductImageZoom,
"./islands/SearchControls.tsx": $SearchControls,
"./islands/SearchNotFound.tsx": $SearchNotFound,
"./islands/Searchbar.tsx": $Searchbar,
"./islands/ShippingSimulation.tsx": $ShippingSimulation,
"./islands/ShopTogetherContainer.tsx": $ShopTogetherContainer,
"./islands/SliderJS.tsx": $SliderJS,
"./islands/Sort.tsx": $Sort,
"./islands/UserButtons.tsx": $UserButtons,
"./islands/WishlistButton.tsx": $WishlistButton,
},
baseUrl: import.meta.url,
} satisfies Manifest;
export default manifest;