-
Notifications
You must be signed in to change notification settings - Fork 125
/
fresh.gen.ts
44 lines (41 loc) · 1.68 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
// 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 $$0 from "./islands/AddToCartButton/vnda.tsx";
import * as $$1 from "./islands/AddToCartButton/vtex.tsx";
import * as $$2 from "./islands/Header/Buttons.tsx";
import * as $$3 from "./islands/Header/Cart/vnda.tsx";
import * as $$4 from "./islands/Header/Cart/vtex.tsx";
import * as $$5 from "./islands/Header/Drawers.tsx";
import * as $$6 from "./islands/Header/Searchbar.tsx";
import * as $$7 from "./islands/Newsletter.tsx";
import * as $$8 from "./islands/OutOfStock.tsx";
import * as $$9 from "./islands/ProductImageZoom.tsx";
import * as $$10 from "./islands/SearchControls.tsx";
import * as $$11 from "./islands/ShippingSimulation.tsx";
import * as $$12 from "./islands/SliderJS.tsx";
import * as $$13 from "./islands/WishlistButton.tsx";
const manifest = {
routes: {
"./routes/_app.tsx": $0,
},
islands: {
"./islands/AddToCartButton/vnda.tsx": $$0,
"./islands/AddToCartButton/vtex.tsx": $$1,
"./islands/Header/Buttons.tsx": $$2,
"./islands/Header/Cart/vnda.tsx": $$3,
"./islands/Header/Cart/vtex.tsx": $$4,
"./islands/Header/Drawers.tsx": $$5,
"./islands/Header/Searchbar.tsx": $$6,
"./islands/Newsletter.tsx": $$7,
"./islands/OutOfStock.tsx": $$8,
"./islands/ProductImageZoom.tsx": $$9,
"./islands/SearchControls.tsx": $$10,
"./islands/ShippingSimulation.tsx": $$11,
"./islands/SliderJS.tsx": $$12,
"./islands/WishlistButton.tsx": $$13,
},
baseUrl: import.meta.url,
};
export default manifest;