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 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"
|
||||
},
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user