Integrated the Privacy page into the footer.jsx

This commit is contained in:
Mathias Wagner 2023-07-09 02:14:21 +02:00
parent 763ab30a39
commit 9f21e3afab
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -1,4 +1,5 @@
import Imprint from "@/pages/Imprint"; import Imprint from "@/pages/Imprint";
import Privacy from "@/pages/Privacy/index.js";
export default [ export default [
{ {
@ -8,7 +9,7 @@ export default [
}, },
{ {
path: "/privacy", path: "/privacy",
element: <h2>Datenschutz</h2>, element: <Privacy />,
name: "Datenschutzerklärung" name: "Datenschutzerklärung"
}, },
{ {