Integrated the Imprint page into the footer.jsx

This commit is contained in:
Mathias Wagner 2023-07-09 01:17:41 +02:00
parent 4adedf6268
commit 9b5937c2c3
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -1,7 +1,9 @@
import Imprint from "@/pages/Imprint";
export default [ export default [
{ {
path: "/imprint", path: "/imprint",
element: <h2>Impressum</h2>, element: <Imprint />,
name: "Impressum" name: "Impressum"
}, },
{ {