Integrated the Terms page into the footer.jsx
This commit is contained in:
parent
8b3a0b4a1b
commit
5426a4ce47
@ -1,5 +1,6 @@
|
|||||||
import Imprint from "@/pages/Imprint";
|
import Imprint from "@/pages/Imprint";
|
||||||
import Privacy from "@/pages/Privacy/index.js";
|
import Privacy from "@/pages/Privacy";
|
||||||
|
import Terms from "@/pages/Terms";
|
||||||
|
|
||||||
export default [
|
export default [
|
||||||
{
|
{
|
||||||
@ -14,7 +15,7 @@ export default [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: "/tos",
|
path: "/tos",
|
||||||
element: <h2>Nutzungsbedingungen</h2>,
|
element: <Terms />,
|
||||||
name: "Nutzungsbedingungen"
|
name: "Nutzungsbedingungen"
|
||||||
}
|
}
|
||||||
];
|
];
|
Loading…
x
Reference in New Issue
Block a user