Created the footer.jsx routes
This commit is contained in:
parent
ccdb3e3971
commit
47340ff342
17
src/common/routes/footer.jsx
Normal file
17
src/common/routes/footer.jsx
Normal file
@ -0,0 +1,17 @@
|
||||
export default [
|
||||
{
|
||||
path: "/imprint",
|
||||
element: <h2>Impressum</h2>,
|
||||
name: "Impressum"
|
||||
},
|
||||
{
|
||||
path: "/privacy",
|
||||
element: <h2>Datenschutz</h2>,
|
||||
name: "Datenschutzerklärung"
|
||||
},
|
||||
{
|
||||
path: "/tos",
|
||||
element: <h2>Nutzungsbedingungen</h2>,
|
||||
name: "Nutzungsbedingungen"
|
||||
}
|
||||
];
|
Loading…
x
Reference in New Issue
Block a user