forked from deco-cx/apps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.gen.ts
29 lines (25 loc) · 1 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
// 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 "./loaders/extensions/productDetails.ts";
import * as $$$1 from "./loaders/extensions/productListingPage.ts";
import * as $$$2 from "./loaders/extensions/products.ts";
import * as $$$3 from "./loaders/navbar.ts";
import * as $$$$$$0 from "./sections/Seo/SeoPLP.tsx";
import * as $$$$$$1 from "./sections/Seo/SeoPDP.tsx";
const manifest = {
"loaders": {
"commerce/loaders/extensions/productDetails.ts": $$$0,
"commerce/loaders/extensions/productListingPage.ts": $$$1,
"commerce/loaders/extensions/products.ts": $$$2,
"commerce/loaders/navbar.ts": $$$3,
},
"sections": {
"commerce/sections/Seo/SeoPDP.tsx": $$$$$$1,
"commerce/sections/Seo/SeoPLP.tsx": $$$$$$0,
},
"name": "commerce",
"baseUrl": import.meta.url,
};
export type Manifest = typeof manifest;
export default manifest;