ui update, init to consumer statistics and manage pos user types
This commit is contained in:
+1
-1
@@ -4,11 +4,11 @@ import { POS_ROUTES } from '@/domains/pos/routes';
|
||||
import { PROVIDER_ROUTES } from '@/domains/provider/routes';
|
||||
import { SUPER_ADMIN_ROUTES } from '@/domains/superAdmin/routes';
|
||||
import { AuthComponent } from '@/modules/auth/pages/auth.component';
|
||||
import { Notfound } from '@/pages/notfound/notfound.component';
|
||||
import { Routes } from '@angular/router';
|
||||
import { AppLayout } from './app/layout/default/app.layout.component';
|
||||
import { Dashboard } from './app/pages/dashboard/dashboard';
|
||||
import { Documentation } from './app/pages/documentation/documentation';
|
||||
import { Notfound } from './app/pages/notfound/notfound.component';
|
||||
|
||||
export const appRoutes: Routes = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user