Skip to content

Commit

Permalink
chore: remove mixin import
Browse files Browse the repository at this point in the history
  • Loading branch information
lauramargar committed May 9, 2024
1 parent 9f324bc commit a55d128
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export { default as PreselectedFilters } from './preselected-filters.vue';
// Lists
// eslint-disable-next-line max-len
export { default as ExcludeFiltersWithNoResults } from './lists/exclude-filters-with-no-results.vue';
export { default as FiltersInjectionMixin } from './lists/filters-injection.mixin';
export { default as FiltersList } from './lists/filters-list.vue';
export { default as FiltersSearch } from './lists/filters-search.vue';
export { default as SelectedFilters } from './lists/selected-filters.vue';
Expand Down

0 comments on commit a55d128

Please sign in to comment.