From ce847ba1d19f9c230ed4e6c91028cb0681861343 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Fri, 30 Sep 2022 22:46:23 +0200 Subject: [PATCH] Added the imprint link to the App.jsx --- src/App.jsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/App.jsx b/src/App.jsx index 2bddc24..9373270 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -7,6 +7,7 @@ import Status from "@/pages/Status"; import More from "@/pages/More"; import AboutUs from "@/pages/AboutUs"; import PrivacyPolicy from "@/pages/TextPages/PrivacyPolicy/index.js"; +import Imprint from "@/pages/TextPages/Imprint/index.js"; const App = () => ( @@ -20,6 +21,7 @@ const App = () => ( }> }> }> + }> )