-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path.gitmodules
More file actions
20 lines (20 loc) · 660 Bytes
/
.gitmodules
File metadata and controls
20 lines (20 loc) · 660 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[submodule "src/lib/next-log"]
path = src/lib/next-log
url = https://github.com/JamesonRGrieve/next-log.git
branch = main
[submodule "src/components/auth"]
path = src/components/auth
url = https://github.com/JamesonRGrieve/auth.git
branch = main
[submodule "src/components/appwrapper"]
path = src/components/appwrapper
url = https://github.com/JamesonRGrieve/appwrapper.git
branch = main
[submodule "src/components/dynamic-form"]
path = src/components/dynamic-form
url = https://github.com/JamesonRGrieve/dynamic-form.git
branch = main
[submodule "src/lib/zod2gql"]
path = src/lib/zod2gql
url = https://github.com/JamesonRGrieve/zod2gql.git
branch = main