-
-
Notifications
You must be signed in to change notification settings - Fork 179
/
Copy path.gitmodules
27 lines (27 loc) · 954 Bytes
/
.gitmodules
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
[submodule "packages/vue3"]
path = packages/vue3
url = https://github.com/revolist/vue3-datagrid.git
[submodule "packages/angular"]
path = packages/angular
url = https://github.com/revolist/angular-datagrid.git
[submodule "packages/vue2"]
path = packages/vue2
url = https://github.com/revolist/vue-datagrid.git
[submodule "packages/react"]
path = packages/react
url = https://github.com/revolist/react-datagrid.git
[submodule "packages/svelte"]
path = packages/svelte
url = https://github.com/revolist/svelte-datagrid.git
[submodule "formats/date"]
path = formats/date
url = https://github.com/revolist/revogrid-column-date.git
[submodule "formats/number"]
path = formats/number
url = https://github.com/revolist/revogrid-column-numeral.git
[submodule "formats/select"]
path = formats/select
url = https://github.com/revolist/revogrid-column-select.git
[submodule "docs"]
path = docs
url = https://github.com/revolist/revogrid-docs.git