Integrated the Imprint page into the footer.jsx

This commit is contained in:
2023-07-09 01:17:41 +02:00
parent 4adedf6268
commit 9b5937c2c3

View File

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