Integrated the Imprint page into the footer.jsx
This commit is contained in:
parent
4adedf6268
commit
9b5937c2c3
@ -1,7 +1,9 @@
|
||||
import Imprint from "@/pages/Imprint";
|
||||
|
||||
export default [
|
||||
{
|
||||
path: "/imprint",
|
||||
element: <h2>Impressum</h2>,
|
||||
element: <Imprint />,
|
||||
name: "Impressum"
|
||||
},
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user