From d8dc3910669fcd17d97b7c9eb0bdf579184f6735 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Fri, 30 Sep 2022 22:48:30 +0200 Subject: [PATCH] Added the tos 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 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 = () => ( }> }> }> + }> )