mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 07:30:12 +01:00
resolve merge conflict
This commit is contained in:
parent
ddd17c56e6
commit
59fb27fc7d
1 changed files with 4 additions and 2 deletions
|
|
@ -5,6 +5,8 @@ import {PagesComponent} from './pages.component';
|
|||
import {NotFoundComponent} from './miscellaneous/not-found/not-found.component';
|
||||
import {PromotionComponent} from './promotion/promotion.component';
|
||||
import { PartnerPriceComponent } from './partner-price/partner-price.component';
|
||||
import {BillingComponent} from './billing/billing.component';
|
||||
import {ServiceAgreementComponent} from './service-agreement/sa.component';
|
||||
import { LoginComponent } from './auth/login.component';
|
||||
|
||||
const routes: Routes = [{
|
||||
|
|
@ -21,7 +23,7 @@ const routes: Routes = [{
|
|||
},
|
||||
{
|
||||
path: 'service-agreement',
|
||||
component: NotFoundComponent,
|
||||
component: ServiceAgreementComponent,
|
||||
},
|
||||
{
|
||||
path: 'partner-branch',
|
||||
|
|
@ -29,7 +31,7 @@ const routes: Routes = [{
|
|||
},
|
||||
{
|
||||
path: 'billing',
|
||||
component: NotFoundComponent,
|
||||
component: BillingComponent,
|
||||
},
|
||||
{
|
||||
path: 'auth',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue