-
Notifications
You must be signed in to change notification settings - Fork 83
/
manifest.gen.ts
39 lines (35 loc) · 1.32 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/index/product.ts";
import * as $$$$$$$$$1 from "./actions/index/wait.ts";
import * as $$$$$$$$$2 from "./actions/setup.ts";
import * as $$$0 from "./loaders/client.ts";
import * as $$$1 from "./loaders/product/list.ts";
import * as $$$2 from "./loaders/product/listingPage.ts";
import * as $$$3 from "./loaders/product/suggestions.ts";
import * as $$$$$$0 from "./sections/Analytics/Algolia.tsx";
import * as $$$$$$$$$$0 from "./workflows/index/product.ts";
const manifest = {
"loaders": {
"algolia/loaders/client.ts": $$$0,
"algolia/loaders/product/list.ts": $$$1,
"algolia/loaders/product/listingPage.ts": $$$2,
"algolia/loaders/product/suggestions.ts": $$$3,
},
"sections": {
"algolia/sections/Analytics/Algolia.tsx": $$$$$$0,
},
"actions": {
"algolia/actions/index/product.ts": $$$$$$$$$0,
"algolia/actions/index/wait.ts": $$$$$$$$$1,
"algolia/actions/setup.ts": $$$$$$$$$2,
},
"workflows": {
"algolia/workflows/index/product.ts": $$$$$$$$$$0,
},
"name": "algolia",
"baseUrl": import.meta.url,
};
export type Manifest = typeof manifest;
export default manifest;