export class CoreRouterPath { public static readonly DASHBOARD_PATH = "dashboard"; public static readonly PAGE_NOT_FOUND_PATH = 'page-not-found'; }