diff --git a/src/App.jsx b/src/App.jsx index 9373270..e5e60d4 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -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 = () => ( @@ -22,6 +23,7 @@ const App = () => ( }> }> }> + }> )