diff options
| author | Baitinq <[email protected]> | 2022-02-25 19:54:13 +0000 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-02-25 19:54:13 +0000 |
| commit | c0282a4aca01d6e2f796124b1b019907b74843c2 (patch) | |
| tree | df8b399e48395d553227f4413136354368d95922 /.gitmodules | |
| parent | Added backend submodule (diff) | |
| download | Bluetooth_Dosimeter-c0282a4aca01d6e2f796124b1b019907b74843c2.tar.gz Bluetooth_Dosimeter-c0282a4aca01d6e2f796124b1b019907b74843c2.tar.bz2 Bluetooth_Dosimeter-c0282a4aca01d6e2f796124b1b019907b74843c2.zip | |
Added frontend submodule
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 687e5c5ba..2107ce3c6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "Bluetooth_Dosimeter_Backend"] path = Bluetooth_Dosimeter_Backend url = https://github.com/Baitinq/Bluetooth_Dosimeter_Backend +[submodule "Bluetooth_Dosimeter_Frontend"] + path = Bluetooth_Dosimeter_Frontend + url = https://github.com/Baitinq/Bluetooth_Dosimeter_Frontend |