import { IconDashboard, IconUser, } from '@tabler/icons-react'; export const navData = { navMain: [ { title: '工作台', url: '/', icon: IconDashboard, }, ], navSecondary: [ { title: '个人资料', url: '/profile', icon: IconUser, }, ], };