From d8380ec33f5ea44c1e31ea9d5db4865fa4b5b648 Mon Sep 17 00:00:00 2001 From: Rene Vergara Date: Sat, 22 Jan 2022 07:50:39 -0600 Subject: [PATCH] Update modules --- src/app/app.module.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/app/app.module.ts b/src/app/app.module.ts index 905da6a..9b564aa 100644 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -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,