update many things
This commit is contained in:
@@ -1,11 +1,15 @@
|
||||
import { POS_ROUTES } from '@/domains/pos/routes';
|
||||
import { AppLayout } from '@/layout/default/app.layout.component';
|
||||
import { AuthComponent } from '@/modules/auth/pages/auth.component';
|
||||
import { Notfound } from '@/pages/notfound/notfound.component';
|
||||
import { Routes } from '@angular/router';
|
||||
|
||||
export const appRoutes: Routes = [
|
||||
{ path: '', redirectTo: 'pos', pathMatch: 'full' },
|
||||
POS_ROUTES,
|
||||
{
|
||||
path: '',
|
||||
component: AppLayout,
|
||||
children: [POS_ROUTES],
|
||||
},
|
||||
{
|
||||
path: 'auth',
|
||||
component: AuthComponent,
|
||||
|
||||
Reference in New Issue
Block a user