2022-09-23 08:45:41 +02:00

13 lines
164 B
JavaScript

export default {
MENU: [
{
name: 'Beiträge',
path: '/#',
},
{
name: 'Über Yunite',
url: 'https://yunite.org',
},
],
}