-
Notifications
You must be signed in to change notification settings - Fork 0
/
.bitmap
109 lines (107 loc) · 3 KB
/
.bitmap
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
/* THIS IS A BIT-AUTO-GENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. */
/**
* The Bitmap file is an auto generated file used by Bit to track all your Bit components. It maps the component to a folder in your file system.
* This file should be committed to VCS(version control).
* Components are listed using their component ID (https://harmony-docs.bit.dev/aspects/component/#component-id).
* If you want to delete components you can use the "bit remove <component-id>" command.
* See the docs (https://harmony-docs.bit.dev/building-with-bit/removing-components) for more information, or use "bit remove --help".
*/
{
"containers/order-book": {
"scope": "",
"version": "",
"mainFile": "index.ts",
"rootDir": "containers/order-book"
},
"containers/order-form": {
"scope": "",
"version": "",
"mainFile": "index.ts",
"rootDir": "containers/order-form"
},
"containers/positions": {
"scope": "",
"version": "",
"mainFile": "positions.tsx",
"rootDir": "containers/positions"
},
"containers/time-series-chart": {
"scope": "",
"version": "",
"mainFile": "index.ts",
"rootDir": "containers/time-series-chart"
},
"hooks/use-force-update": {
"scope": "",
"version": "",
"mainFile": "index.ts",
"rootDir": "hooks/use-force-update"
},
"hooks/use-resize": {
"scope": "",
"version": "",
"mainFile": "index.ts",
"rootDir": "hooks/use-resize"
},
"pages/dashboard": {
"scope": "",
"version": "",
"mainFile": "index.ts",
"rootDir": "pages/dashboard"
},
"services/positions": {
"scope": "",
"version": "",
"mainFile": "index.ts",
"rootDir": "services/positions"
},
"services/quotes": {
"scope": "",
"version": "",
"mainFile": "index.ts",
"rootDir": "services/quotes"
},
"ui/alert": {
"scope": "",
"version": "",
"mainFile": "index.ts",
"rootDir": "components/alert"
},
"ui/order-book": {
"scope": "",
"version": "",
"mainFile": "index.ts",
"rootDir": "components/order-book"
},
"ui/order-form": {
"scope": "",
"version": "",
"mainFile": "index.ts",
"rootDir": "components/order-form"
},
"ui/positions": {
"scope": "",
"version": "",
"mainFile": "index.ts",
"rootDir": "components/positions"
},
"ui/time-series-chart": {
"scope": "",
"version": "",
"mainFile": "index.ts",
"rootDir": "components/time-series-chart"
},
"ui/widget": {
"scope": "",
"version": "",
"mainFile": "index.ts",
"rootDir": "components/widget"
},
"utils/msg": {
"scope": "",
"version": "",
"mainFile": "index.ts",
"rootDir": "utils/msg"
},
"$schema-version": "14.9.0"
}