diff --git a/.gitmodules b/.gitmodules index 16347ed..ec9dbf7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,9 @@ [submodule "Frontend/Vite"] path = Frontend/Vite url = https://github.com/kiblykat/ReviewRoom-frontend.git +[submodule "Frontend/Next.JS"] +path = Frontend/Next.JS +url = https://github.com/nhkhai/TheReviewRoom-Next.JS.git [submodule "Ports/TheReviewRoom-FastAPI"] path = Ports/TheReviewRoom-FastAPI url = https://github.com/nhkhai/TheReviewRoom-FastAPI.git diff --git a/Frontend/Next.JS b/Frontend/Next.JS new file mode 160000 index 0000000..77b4fd5 --- /dev/null +++ b/Frontend/Next.JS @@ -0,0 +1 @@ +Subproject commit 77b4fd5894bc46a8d3bc2b9a32faec1b6e8fd0b9