Update modules
This commit is contained in:
parent
f5a14bf7d7
commit
d8380ec33f
1 changed files with 1 additions and 3 deletions
|
@ -34,7 +34,6 @@ import { ScanComponent } from './scan/scan.component';
|
||||||
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
|
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
|
||||||
import { BusinessComponent } from './business/business.component';
|
import { BusinessComponent } from './business/business.component';
|
||||||
import { SearchOptionsPipe } from './searchoptions.pipe';
|
import { SearchOptionsPipe } from './searchoptions.pipe';
|
||||||
import { PaymentComponent } from './payment/payment.component';
|
|
||||||
|
|
||||||
@NgModule({
|
@NgModule({
|
||||||
declarations: [
|
declarations: [
|
||||||
|
@ -53,8 +52,7 @@ import { PaymentComponent } from './payment/payment.component';
|
||||||
ScanComponent,
|
ScanComponent,
|
||||||
ListOrdersComponent,
|
ListOrdersComponent,
|
||||||
BusinessComponent,
|
BusinessComponent,
|
||||||
SearchOptionsPipe,
|
SearchOptionsPipe
|
||||||
PaymentComponent
|
|
||||||
],
|
],
|
||||||
imports: [
|
imports: [
|
||||||
BrowserModule,
|
BrowserModule,
|
||||||
|
|
Loading…
Reference in a new issue