Skip to content

Commit a11029a

Browse files
fix types export
1 parent c084b7a commit a11029a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

app/src/types/index.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
import { Filter, Field, Comparator, SearchFilter, Option } from './tickets'
2-
3-
export { Filter, Field, Comparator, SearchFilter, Option }
1+
export * from './tickets'

0 commit comments

Comments
 (0)