14 lines
224 B
TypeScript
14 lines
224 B
TypeScript
export default {
|
|
MENU: [
|
|
// {
|
|
// nameIdent: 'nameIdent',
|
|
// path: '/',
|
|
// },
|
|
// {
|
|
// nameIdent: 'nameIdent',
|
|
// url: 'https://ocelot.social',
|
|
// target: '_blank',
|
|
// },
|
|
],
|
|
}
|