Update modules

This commit is contained in:
Rene Vergara 2022-01-22 07:50:39 -06:00
parent f5a14bf7d7
commit d8380ec33f
1 changed files with 1 additions and 3 deletions

View File

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