Skip to content

Commit 6fa5b2c

Browse files
fix: add missing barrel file for useDataTableFilters hook
1 parent 4404c4d commit 6fa5b2c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
// Re-export the hook from its actual location
2+
export { useDataTableFilters } from '../data-table-filter/hooks/use-data-table-filters'
3+
export type { DataTableFiltersOptions } from '../data-table-filter/hooks/use-data-table-filters'
4+

0 commit comments

Comments
 (0)