From 5b61c7ac7d58f44240dcbbbc2b81a6626961af35 Mon Sep 17 00:00:00 2001 From: Alexander Date: Tue, 12 Oct 2021 11:41:03 +0300 Subject: [PATCH] Integrated react-control-panel submodule. --- .gitmodules | 3 +++ web/js/react-control-panel | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 web/js/react-control-panel diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 000000000..d6d6ed907 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "web/js/react-control-panel"] + path = web/js/react-control-panel + url = https://github.com/Ozea/react-control-panel diff --git a/web/js/react-control-panel b/web/js/react-control-panel new file mode 160000 index 000000000..b3cb65208 --- /dev/null +++ b/web/js/react-control-panel @@ -0,0 +1 @@ +Subproject commit b3cb652081bcd78c7189e834e44b884e426c20c0