Integrated the Privacy page into the footer.jsx
This commit is contained in:
parent
763ab30a39
commit
9f21e3afab
@ -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"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user