From 5d9cee63aba596802588f8affdb7c236947338ff Mon Sep 17 00:00:00 2001 From: Theis Gaedigk Date: Sun, 1 Feb 2026 16:28:47 +0100 Subject: [PATCH] fixed bug: cannot start container --- FrontendV2/src/App.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/FrontendV2/src/App.tsx b/FrontendV2/src/App.tsx index 400fe4f..ba8cc8c 100644 --- a/FrontendV2/src/App.tsx +++ b/FrontendV2/src/App.tsx @@ -16,7 +16,6 @@ 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();