Skip to content

Commit

Permalink
chore: update new product-route import for wishlist
Browse files Browse the repository at this point in the history
  • Loading branch information
dhhyi committed Mar 2, 2020
1 parent 6d34b1b commit 68c882d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { TranslateModule } from '@ngx-translate/core';
import { MockComponent, MockPipe } from 'ng-mocks';

import { DatePipe } from 'ish-core/pipes/date.pipe';
import { ProductRoutePipe } from 'ish-core/pipes/product-route.pipe';
import { ProductRoutePipe } from 'ish-core/routing/product/product-route.pipe';
import { coreReducers } from 'ish-core/store/core-store.module';
import { ngrxTesting } from 'ish-core/utils/dev/ngrx-testing';
import { ProductAddToBasketComponent } from 'ish-shared/components/product/product-add-to-basket/product-add-to-basket.component';
Expand Down

0 comments on commit 68c882d

Please sign in to comment.