Skip to content

Commit

Permalink
fix: avoid barrel
Browse files Browse the repository at this point in the history
  • Loading branch information
lauramargar committed May 14, 2024
1 parent b85309e commit 09ae739
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
import { Filter } from '@empathyco/x-types';
import { VueCSSClasses } from '../../../../utils/types';
import { facetsXModule } from '../../x-module';
import { AnimationProp } from '../../../../types/index';
import { AnimationProp } from '../../../../types/animation-prop';
import { useRegisterXModule } from '../../../../composables/use-register-x-module';
import { useFiltersInjection } from '../../../../composables/use-filters-injection';
Expand Down

0 comments on commit 09ae739

Please sign in to comment.