From 52489867a18a6a1939b64f8f7628e3b5cef25e56 Mon Sep 17 00:00:00 2001 From: xdvora19 <xdvora19@fi.muni.cz> Date: Tue, 16 Apr 2024 11:24:22 +0200 Subject: [PATCH] add frontend subrepo --- .gitmodules | 3 +++ frontend | 1 + 2 files changed, 4 insertions(+) create mode 160000 frontend diff --git a/.gitmodules b/.gitmodules index 691c234..48a035d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "backend-submodule"] path = backend url = ../backend +[submodule "frontend"] + path = frontend + url = ../frontend diff --git a/frontend b/frontend new file mode 160000 index 0000000..3781cb0 --- /dev/null +++ b/frontend @@ -0,0 +1 @@ +Subproject commit 3781cb057acf5a305ba675cce25bfabfee4e2061 -- GitLab