Added the imprint link to the App.jsx
This commit is contained in:
parent
bbd160dd36
commit
ce847ba1d1
@ -7,6 +7,7 @@ import Status from "@/pages/Status";
|
|||||||
import More from "@/pages/More";
|
import More from "@/pages/More";
|
||||||
import AboutUs from "@/pages/AboutUs";
|
import AboutUs from "@/pages/AboutUs";
|
||||||
import PrivacyPolicy from "@/pages/TextPages/PrivacyPolicy/index.js";
|
import PrivacyPolicy from "@/pages/TextPages/PrivacyPolicy/index.js";
|
||||||
|
import Imprint from "@/pages/TextPages/Imprint/index.js";
|
||||||
|
|
||||||
const App = () => (
|
const App = () => (
|
||||||
<BrowserRouter>
|
<BrowserRouter>
|
||||||
@ -20,6 +21,7 @@ const App = () => (
|
|||||||
<Route path="/more" element={<More/>}></Route>
|
<Route path="/more" element={<More/>}></Route>
|
||||||
<Route path="/about-us" element={<AboutUs/>}></Route>
|
<Route path="/about-us" element={<AboutUs/>}></Route>
|
||||||
<Route path="/privacy" element={<PrivacyPolicy/>}></Route>
|
<Route path="/privacy" element={<PrivacyPolicy/>}></Route>
|
||||||
|
<Route path="/imprint" element={<Imprint/>}></Route>
|
||||||
</Routes>
|
</Routes>
|
||||||
</BrowserRouter>
|
</BrowserRouter>
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user