Skip to content

Commit

Permalink
move useFilter to components/filter
Browse files Browse the repository at this point in the history
  • Loading branch information
devgioele committed Sep 19, 2023
1 parent a1f5f8d commit 810837c
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/components/filter/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './useFilter'
File renamed without changes.
1 change: 1 addition & 0 deletions src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ export * from './react-hook-form'
export * from './section'
export * from './tabs'
export * from './types'
export * from './filter'
export * from './util'
1 change: 0 additions & 1 deletion src/components/util/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ export * from './useHandleRequest'
export * from './useId'
export * from './useScrollToElementOnFristRender'
export * from './useBackNavigation'
export * from './useFilter'
4 changes: 2 additions & 2 deletions src/examples/List.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ import {
SelectField,
Tone,
Option,
useFilter,
SearchField,
} from '../components'
import { SearchField } from '../components/form/SearchField'
import { useFilter } from '../components/util/useFilter'

const meta = {
component: SectionContentList,
Expand Down

0 comments on commit 810837c

Please sign in to comment.