Skip to content

Commit

Permalink
fix: change import path
Browse files Browse the repository at this point in the history
  • Loading branch information
lauramargar committed Sep 19, 2023
1 parent 7332659 commit b0569a5
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 { deepMerge } from '@empathyco/x-deep-merge';
import { SemanticQueriesResponse, SemanticQuery } from '@empathyco/x-types';
import { DeepPartial } from '@empathyco/x-utils/src/types/utils.types';
import { DeepPartial } from '@empathyco/x-utils';

/**
* Creates a {@link SemanticQuery} stub with the provided options.
Expand Down

0 comments on commit b0569a5

Please sign in to comment.