Skip to content

Commit

Permalink
fix(core): Fix bad common import paths
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed May 29, 2019
1 parent 077fd6d commit 6a54be3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Args, Parent, ResolveProperty, Resolver } from '@nestjs/graphql';
import { StockMovementListOptions } from '@vendure/common/lib/generated-types';
import { PaginatedList } from '@vendure/common/src/shared-types';
import { PaginatedList } from '@vendure/common/lib/shared-types';

import { Translated } from '../../../common/types/locale-types';
import { FacetValue, ProductOption } from '../../../entity';
Expand Down

0 comments on commit 6a54be3

Please sign in to comment.