Skip to content

Commit 85aaf76

Browse files
committed
Fix default export
1 parent 2f79adc commit 85aaf76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/useListVal.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export type ListValHook<T> = {
77
value: T[];
88
};
99

10-
export const useListVal = <T>(
10+
export default <T>(
1111
query: database.Query,
1212
keyField?: string
1313
): ListValHook<T> => {

0 commit comments

Comments
 (0)