src/router/routes/modules/dashboard.ts
@@ -1,7 +1,7 @@ import type { AppRouteModule } from '/@/router/types'; import type { AppRouteModule } from '/@/router/types' import { LAYOUT } from '/@/router/constant'; import { t } from '/@/hooks/web/useI18n'; import { t } from '/@/hooks/web/useI18n' import { LAYOUT } from '/@/router/constant' const dashboard: AppRouteModule = { path: '/dashboard', @@ -32,6 +32,6 @@ }, }, ], }; } export default dashboard; export default dashboard