This repository was archived by the owner on Sep 1, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.bitmap
More file actions
41 lines (39 loc) · 1.5 KB
/
Copy path.bitmap
File metadata and controls
41 lines (39 loc) · 1.5 KB
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
/* 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://bit.dev/reference/components/component-id).
* If you want to delete components you can use the "bit remove <component-id>" command.
* See the docs (https://bit.dev/reference/components/removing-components) for more information, or use "bit remove --help".
*/
{
"models/cart-item": {
"name": "models/cart-item",
"scope": "bitdev.git-sync-demo",
"version": "0.0.2",
"mainFile": "index.ts",
"rootDir": "components/models/cart-item"
},
"ui/cart-summary": {
"name": "ui/cart-summary",
"scope": "bitdev.git-sync-demo",
"version": "0.0.2",
"mainFile": "index.ts",
"rootDir": "components/ui/cart-summary"
},
"ui/price-tag": {
"name": "ui/price-tag",
"scope": "bitdev.git-sync-demo",
"version": "0.0.2",
"mainFile": "index.ts",
"rootDir": "components/ui/price-tag"
},
"utils/format-price": {
"name": "utils/format-price",
"scope": "bitdev.git-sync-demo",
"version": "89227d196122fbfdabac92b14d4d3e762b5b41a3",
"mainFile": "index.ts",
"rootDir": "components/utils/format-price"
},
"$schema-version": "17.0.0"
}