2022-10-27 08:24:20 +02:00

14 lines
196 B
JavaScript

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