-
Notifications
You must be signed in to change notification settings - Fork 125
/
manifest.gen.ts
67 lines (63 loc) · 3.52 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
// 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 "./sections/Footer/Footer.tsx";
import * as $$$$$$1 from "./sections/Category/CategoryBanner.tsx";
import * as $$$$$$2 from "./sections/Category/CategoryList.tsx";
import * as $$$$$$3 from "./sections/Images/ShoppableBanner.tsx";
import * as $$$$$$4 from "./sections/Images/BannerGrid.tsx";
import * as $$$$$$5 from "./sections/Images/ImageGallery.tsx";
import * as $$$$$$6 from "./sections/Images/Carousel.tsx";
import * as $$$$$$7 from "./sections/Content/Testimonials.tsx";
import * as $$$$$$8 from "./sections/Content/Logos.tsx";
import * as $$$$$$9 from "./sections/Content/Faq.tsx";
import * as $$$$$$10 from "./sections/Content/Benefits.tsx";
import * as $$$$$$11 from "./sections/Product/Wishlist.tsx";
import * as $$$$$$12 from "./sections/Product/SearchResult.tsx";
import * as $$$$$$13 from "./sections/Product/ProductShelf.tsx";
import * as $$$$$$14 from "./sections/Product/ProductDetails.tsx";
import * as $$$$$$15 from "./sections/Miscellaneous/CampaignTimer.tsx";
import * as $$$$$$16 from "./sections/Miscellaneous/CookieConsent.tsx";
import * as $$$$$$17 from "./sections/Social/WhatsApp.tsx";
import * as $$$$$$18 from "./sections/Social/InstagramPosts.tsx";
import * as $$$$$$19 from "./sections/Theme/Theme.tsx";
import * as $$$$$$20 from "./sections/Links/LinkTree.tsx";
import * as $$$$$$21 from "./sections/Links/Shortcuts.tsx";
import * as $$$$$$22 from "./sections/Newsletter/Newsletter.tsx";
import * as $$$$$$23 from "./sections/Header/Header.tsx";
import * as $$$$$$$$$$$0 from "./apps/site.ts";
const manifest = {
"sections": {
"deco-sites/fashion/sections/Category/CategoryBanner.tsx": $$$$$$1,
"deco-sites/fashion/sections/Category/CategoryList.tsx": $$$$$$2,
"deco-sites/fashion/sections/Content/Benefits.tsx": $$$$$$10,
"deco-sites/fashion/sections/Content/Faq.tsx": $$$$$$9,
"deco-sites/fashion/sections/Content/Logos.tsx": $$$$$$8,
"deco-sites/fashion/sections/Content/Testimonials.tsx": $$$$$$7,
"deco-sites/fashion/sections/Footer/Footer.tsx": $$$$$$0,
"deco-sites/fashion/sections/Header/Header.tsx": $$$$$$23,
"deco-sites/fashion/sections/Images/BannerGrid.tsx": $$$$$$4,
"deco-sites/fashion/sections/Images/Carousel.tsx": $$$$$$6,
"deco-sites/fashion/sections/Images/ImageGallery.tsx": $$$$$$5,
"deco-sites/fashion/sections/Images/ShoppableBanner.tsx": $$$$$$3,
"deco-sites/fashion/sections/Links/LinkTree.tsx": $$$$$$20,
"deco-sites/fashion/sections/Links/Shortcuts.tsx": $$$$$$21,
"deco-sites/fashion/sections/Miscellaneous/CampaignTimer.tsx": $$$$$$15,
"deco-sites/fashion/sections/Miscellaneous/CookieConsent.tsx": $$$$$$16,
"deco-sites/fashion/sections/Newsletter/Newsletter.tsx": $$$$$$22,
"deco-sites/fashion/sections/Product/ProductDetails.tsx": $$$$$$14,
"deco-sites/fashion/sections/Product/ProductShelf.tsx": $$$$$$13,
"deco-sites/fashion/sections/Product/SearchResult.tsx": $$$$$$12,
"deco-sites/fashion/sections/Product/Wishlist.tsx": $$$$$$11,
"deco-sites/fashion/sections/Social/InstagramPosts.tsx": $$$$$$18,
"deco-sites/fashion/sections/Social/WhatsApp.tsx": $$$$$$17,
"deco-sites/fashion/sections/Theme/Theme.tsx": $$$$$$19,
},
"apps": {
"deco-sites/fashion/apps/site.ts": $$$$$$$$$$$0,
},
"name": "deco-sites/fashion",
"baseUrl": import.meta.url,
};
export type Manifest = typeof manifest;
export default manifest;