1
0
Fork 0
moritzruth.de/assets/js/footerItems.js
Moritz Ruth e55d5feced
changes
2020-04-07 15:52:52 +02:00

10 lines
155 B
JavaScript

export const footerItems = [
{
label: "Legal Notice",
to: "/legal-notice"
},
{
label: "Privacy Policy",
to: "/privacy-policy"
}
];