added dashboard layout

This commit is contained in:
victorAnumudu
2024-03-16 02:53:40 +01:00
parent 90dc2adb92
commit 7cbfae619b
14 changed files with 221 additions and 7 deletions
+1
View File
@@ -2,4 +2,5 @@ export class RouteHandler {
static homepage = "/"
static loginpage = '/login'
static getStarted = "/get-started"
static dashboardHome = '/dashboard/home'
}