Skip to content

Commit

Permalink
fix: Fixes import from collection-hooks (#2675)
Browse files Browse the repository at this point in the history
  • Loading branch information
pan-kot authored Sep 6, 2024
1 parent ca8557e commit 83c5263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/property-filter/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ import {
PropertyFilterProperty,
PropertyFilterQuery,
PropertyFilterToken,
PropertyFilterTokenGroup,
} from '@cloudscape-design/collection-hooks';
import { PropertyFilterTokenGroup } from '@cloudscape-design/collection-hooks/cjs/interfaces';

import { AutosuggestProps } from '../autosuggest/interfaces';
import { BaseComponentProps } from '../internal/base-component';
Expand Down

0 comments on commit 83c5263

Please sign in to comment.