diff --git a/src/App.tsx b/src/App.tsx index fd9247d..18134bc 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -4,6 +4,8 @@ import { Progress } from "./components/progress"; import { HomeButton } from "./components/buttons/home-button"; import { HeaderTitle } from "./components/header-title"; import { useProgressStore } from "./components/steps/store"; +import { Feedback } from "./components/feedback/index.tsx"; +import { Footer } from "./components/footer/index.tsx"; function App() { const currentStep = useProgressStore((state) => state.currentStep); @@ -31,6 +33,8 @@ function App() { + +
@@ -41,42 +45,7 @@ function App() { } `} > -
-
-
- Durchgeführt von - Logo von CityLab Berlin -
-
- Ein Projekt der - Logo von Technologiestiftung Berlin -
-
- Mit Unterstützung von - Logo von Berlins Regierender Bürgermeister -
-
-
+