generated from deco-sites/storefront
-
Notifications
You must be signed in to change notification settings - Fork 0
/
fresh.gen.ts
62 lines (59 loc) · 2.57 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
// 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 $0 from "./routes/_app.tsx";
import * as $1 from "./routes/supabase/index.ts";
import * as $$0 from "./islands/AddToCartButton/linx.tsx";
import * as $$1 from "./islands/AddToCartButton/shopify.tsx";
import * as $$2 from "./islands/AddToCartButton/vnda.tsx";
import * as $$3 from "./islands/AddToCartButton/vtex.tsx";
import * as $$4 from "./islands/AddToCartButton/wake.tsx";
import * as $$5 from "./islands/Header/Buttons.tsx";
import * as $$6 from "./islands/Header/Cart/linx.tsx";
import * as $$7 from "./islands/Header/Cart/shopify.tsx";
import * as $$8 from "./islands/Header/Cart/vnda.tsx";
import * as $$9 from "./islands/Header/Cart/vtex.tsx";
import * as $$10 from "./islands/Header/Cart/wake.tsx";
import * as $$11 from "./islands/Header/Drawers.tsx";
import * as $$12 from "./islands/Header/Searchbar.tsx";
import * as $$13 from "./islands/Newsletter.tsx";
import * as $$14 from "./islands/OutOfStock.tsx";
import * as $$15 from "./islands/ProductImageZoom.tsx";
import * as $$16 from "./islands/Recommender.tsx";
import * as $$17 from "./islands/SearchControls.tsx";
import * as $$18 from "./islands/ShippingSimulation.tsx";
import * as $$19 from "./islands/SideModalIsland.tsx";
import * as $$20 from "./islands/SliderJS.tsx";
import * as $$21 from "./islands/WishlistButton.tsx";
const manifest = {
routes: {
"./routes/_app.tsx": $0,
"./routes/supabase/index.ts": $1,
},
islands: {
"./islands/AddToCartButton/linx.tsx": $$0,
"./islands/AddToCartButton/shopify.tsx": $$1,
"./islands/AddToCartButton/vnda.tsx": $$2,
"./islands/AddToCartButton/vtex.tsx": $$3,
"./islands/AddToCartButton/wake.tsx": $$4,
"./islands/Header/Buttons.tsx": $$5,
"./islands/Header/Cart/linx.tsx": $$6,
"./islands/Header/Cart/shopify.tsx": $$7,
"./islands/Header/Cart/vnda.tsx": $$8,
"./islands/Header/Cart/vtex.tsx": $$9,
"./islands/Header/Cart/wake.tsx": $$10,
"./islands/Header/Drawers.tsx": $$11,
"./islands/Header/Searchbar.tsx": $$12,
"./islands/Newsletter.tsx": $$13,
"./islands/OutOfStock.tsx": $$14,
"./islands/ProductImageZoom.tsx": $$15,
"./islands/Recommender.tsx": $$16,
"./islands/SearchControls.tsx": $$17,
"./islands/ShippingSimulation.tsx": $$18,
"./islands/SideModalIsland.tsx": $$19,
"./islands/SliderJS.tsx": $$20,
"./islands/WishlistButton.tsx": $$21,
},
baseUrl: import.meta.url,
};
export default manifest;