Update modules

This commit is contained in:
Rene Vergara 2022-01-22 07:50:39 -06:00
parent f5a14bf7d7
commit d8380ec33f

View file

@ -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,