mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
14 lines
209 B
JavaScript
14 lines
209 B
JavaScript
export default {
|
|
MENU: [
|
|
// {
|
|
// name: 'Beiträge',
|
|
// path: '/#',
|
|
// },
|
|
// {
|
|
// name: 'Über Yunite',
|
|
// path: '/#',
|
|
// url: 'https://yunite.org',
|
|
// },
|
|
],
|
|
}
|