Added the tos link to the App.jsx
This commit is contained in:
parent
b4bcd05bc2
commit
d8dc391066
@ -8,6 +8,7 @@ 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";
|
||||
import TermsOfService from "@/pages/TextPages/TermsOfService/index.js";
|
||||
|
||||
const App = () => (
|
||||
<BrowserRouter>
|
||||
@ -22,6 +23,7 @@ const App = () => (
|
||||
<Route path="/about-us" element={<AboutUs/>}></Route>
|
||||
<Route path="/privacy" element={<PrivacyPolicy/>}></Route>
|
||||
<Route path="/imprint" element={<Imprint/>}></Route>
|
||||
<Route path="/tos" element={<TermsOfService/>}></Route>
|
||||
</Routes>
|
||||
</BrowserRouter>
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user