From 109cd7660a40cae8d81ba4e475bb9fe96cf2a3a2 Mon Sep 17 00:00:00 2001 From: Theis Gaedigk Date: Mon, 26 Jan 2026 16:14:48 +0100 Subject: [PATCH] added contact page --- FrontendV2/src/App.tsx | 2 ++ FrontendV2/src/pages/ContactPage.tsx | 13 +++++++++++++ docker-compose.yml | 2 ++ 3 files changed, 17 insertions(+) create mode 100644 FrontendV2/src/pages/ContactPage.tsx diff --git a/FrontendV2/src/App.tsx b/FrontendV2/src/App.tsx index 05c206c..400fe4f 100644 --- a/FrontendV2/src/App.tsx +++ b/FrontendV2/src/App.tsx @@ -16,6 +16,7 @@ import { Box, Flex } from "@chakra-ui/react"; import { Footer } from "./components/footer/Footer"; import { QueryClient, QueryClientProvider } from "@tanstack/react-query"; import { API_BASE } from "@/config/api.config"; +import { ContactPage } from "./pages/ContactPage"; const queryClient = new QueryClient(); @@ -80,6 +81,7 @@ function App() { } /> } /> } /> + } /> } /> diff --git a/FrontendV2/src/pages/ContactPage.tsx b/FrontendV2/src/pages/ContactPage.tsx new file mode 100644 index 0000000..8a0e129 --- /dev/null +++ b/FrontendV2/src/pages/ContactPage.tsx @@ -0,0 +1,13 @@ +import { Field, Textarea } from "@chakra-ui/react" + +export const ContactPage = () => { + return ( + + + Comment + +