mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-31 09:37:15 +01:00
fixed typo
This commit is contained in:
@@ -16,7 +16,7 @@ import { DashboardModule } from './dashboard/dashboard.module';
|
||||
import { NewsletterSignupModule } from './newsletter-signup/newsletter-signup.module';
|
||||
import { ContentPageComponent } from '../pages/content/content.component';
|
||||
import { CustomerSearchModule } from './customer-search/customer-search.module';
|
||||
import { CartModule } from './cart/cart-modul';
|
||||
import { CartModule } from './cart/cart-module';
|
||||
import { ArticleSearchModule } from './article-search/article-search.module';
|
||||
import { SearchResultsComponent } from '../components/search-results/search-results.component';
|
||||
import { ProductCardComponent } from '../components/product-card/product-card.component';
|
||||
@@ -36,7 +36,7 @@ import { ProcessModule } from './process/process.module';
|
||||
SearchResultsComponent,
|
||||
ProductCardComponent,
|
||||
ProductDetailsComponent,
|
||||
CheckoutComponent,
|
||||
CheckoutComponent
|
||||
],
|
||||
imports: [
|
||||
CommonModule,
|
||||
|
||||
Reference in New Issue
Block a user