Integrated the Terms page into the footer.jsx

This commit is contained in:
Mathias Wagner 2023-07-09 02:41:51 +02:00
parent 8b3a0b4a1b
commit 5426a4ce47
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -1,5 +1,6 @@
import Imprint from "@/pages/Imprint";
import Privacy from "@/pages/Privacy/index.js";
import Privacy from "@/pages/Privacy";
import Terms from "@/pages/Terms";
export default [
{
@ -14,7 +15,7 @@ export default [
},
{
path: "/tos",
element: <h2>Nutzungsbedingungen</h2>,
element: <Terms />,
name: "Nutzungsbedingungen"
}
];