export const menu = { icon: 'mdi-home', title: 'Landing Page', to: '/admin/landingpage' } export const state = () => ({ list: ['users'] })