import type { RouteLocationRaw } from 'vue-router' export const RouterPath: Record = { HOME: '/monisuo/dashboard', LOGIN: '/auth/sign-in', } as const