2022-10-27 08:50:37 +02:00

14 lines
197 B
JavaScript

export default {
MENU: [
{
nameIdent: 'nameIdent',
path: '/',
},
{
nameIdent: 'nameIdent',
url: 'https://ocelot.social',
target: '_blank',
},
],
}