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 + +