Files
digifi-www/src/router/routes.tsx
T
2024-03-19 09:04:49 +01:00

16 lines
626 B
TypeScript

export class RouteHandler {
static homepage = "/";
static loginpage = "/login";
static personalBanking = "/personal-banking";
static businessBanking = "/business-banking";
static cooperateBanking = "/cooperate-banking";
static letsGetStarted = "/lets-get-started";
static getStarted = "/get-started";
static dashboardHome = "/dashboard/home";
static dashboardProfile = "/dashboard/profile";
static dashboardVerification = "/dashboard/verification";
static dashboardPayments = "/dashboard/payments";
static dashboardLegals = "/dashboard/legals";
static termsAndConditions = "/terms-and-conditions";
}