Skip to content

Commit

Permalink
Correct the import
Browse files Browse the repository at this point in the history
  • Loading branch information
SWH-Relewise committed Aug 12, 2024
1 parent e71b6a5 commit 255f125
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ProductSearchResultConstraint, ResultMustHaveVariantConstraint } from 'src/models/data-contracts';
import { ProductSearchResultConstraint, ResultMustHaveVariantConstraint } from '../../models/data-contracts';

export class SearchConstraintBuilder {
private resultConstraint: ProductSearchResultConstraint | null = null;
Expand Down

0 comments on commit 255f125

Please sign in to comment.