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 { BusinessComponent } from './business/business.component';
|
||||
import { SearchOptionsPipe } from './searchoptions.pipe';
|
||||
import { PaymentComponent } from './payment/payment.component';
|
||||
|
||||
@NgModule({
|
||||
declarations: [
|
||||
|
@ -53,8 +52,7 @@ import { PaymentComponent } from './payment/payment.component';
|
|||
ScanComponent,
|
||||
ListOrdersComponent,
|
||||
BusinessComponent,
|
||||
SearchOptionsPipe,
|
||||
PaymentComponent
|
||||
SearchOptionsPipe
|
||||
],
|
||||
imports: [
|
||||
BrowserModule,
|
||||
|
|
Loading…
Reference in a new issue