forked from deco-cx/apps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.gen.ts
39 lines (35 loc) · 1.38 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
// 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 "./actions/cart/addCoupon.ts";
import * as $$$$$$$$$1 from "./actions/cart/addItem.ts";
import * as $$$$$$$$$2 from "./actions/cart/updateItem.ts";
import * as $$$0 from "./loaders/cart.ts";
import * as $$$1 from "./loaders/page.ts";
import * as $$$2 from "./loaders/pages.ts";
import * as $$$3 from "./loaders/path.ts";
import * as $$$4 from "./loaders/product/detailsPage.ts";
import * as $$$5 from "./loaders/product/list.ts";
import * as $$$6 from "./loaders/product/listingPage.ts";
import * as $$$7 from "./loaders/product/suggestions.ts";
const manifest = {
"loaders": {
"linx/loaders/cart.ts": $$$0,
"linx/loaders/page.ts": $$$1,
"linx/loaders/pages.ts": $$$2,
"linx/loaders/path.ts": $$$3,
"linx/loaders/product/detailsPage.ts": $$$4,
"linx/loaders/product/list.ts": $$$5,
"linx/loaders/product/listingPage.ts": $$$6,
"linx/loaders/product/suggestions.ts": $$$7,
},
"actions": {
"linx/actions/cart/addCoupon.ts": $$$$$$$$$0,
"linx/actions/cart/addItem.ts": $$$$$$$$$1,
"linx/actions/cart/updateItem.ts": $$$$$$$$$2,
},
"name": "linx",
"baseUrl": import.meta.url,
};
export type Manifest = typeof manifest;
export default manifest;