From be18a8afbbc96c4c2ad8e476bb63eacf3efb0db8 Mon Sep 17 00:00:00 2001 From: Janis Date: Wed, 3 Dec 2025 09:55:44 +0100 Subject: [PATCH 1/2] chore: Add knockoutwhistfrontend submodule --- .gitmodules | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitmodules b/.gitmodules index ea9c76d..c004f9b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,3 +2,8 @@ path = knockoutwhist branch = main url = https://git.janis-eccarius.de/KnockOutWhist/KnockOutWhist.git + +[submodule "knockoutwhistfrontend"] + path = knockoutwhistfrontend + branch = main + url = https://git.janis-eccarius.de/KnockOutWhist/KnockOutWhist-Frontend.git -- 2.52.0 From bdd400f4615a31a32420489f2c4b34ca27690664 Mon Sep 17 00:00:00 2001 From: Janis Date: Wed, 3 Dec 2025 10:01:51 +0100 Subject: [PATCH 2/2] chore: Add knockoutwhistfrontend submodule --- knockoutwhistfrontend | 1 + 1 file changed, 1 insertion(+) create mode 160000 knockoutwhistfrontend diff --git a/knockoutwhistfrontend b/knockoutwhistfrontend new file mode 160000 index 0000000..575d1b5 --- /dev/null +++ b/knockoutwhistfrontend @@ -0,0 +1 @@ +Subproject commit 575d1b5e8eb785a53efa223e9d507412178e30e0 -- 2.52.0