Cashier checkout should now work
This commit is contained in:
@ -5,6 +5,10 @@ import {LogoutComponent} from './auth/logout/logout.component';
|
||||
import {HomeComponent} from './home/home.component';
|
||||
|
||||
const routes: Routes = [
|
||||
{
|
||||
path: 'checkout',
|
||||
loadChildren: () => import('./cashier-checkout/cashier-checkout.module').then(mod => mod.CashierCheckoutModule)
|
||||
},
|
||||
{
|
||||
path: 'devices',
|
||||
loadChildren: () => import('./devices/devices.module').then(mod => mod.DevicesModule)
|
||||
|
||||
Reference in New Issue
Block a user