Integrated the Privacy page into the footer.jsx

This commit is contained in:
2023-07-09 02:14:21 +02:00
parent 763ab30a39
commit 9f21e3afab

View File

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