From 8f1e926f31493119e2c712f72b2ce03c9bf30bf5 Mon Sep 17 00:00:00 2001 From: Michael Schramm Date: Mon, 1 Jun 2020 22:58:33 +0200 Subject: [PATCH] add submodules --- .gitmodules | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..b2ce7cc5 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,7 @@ +[submodule "ui"] + path = ui + url = https://github.com/ohmyform/ui + +[submodule "api"] + path = api + url = https://github.com/ohmyform/api