Skip to content

Commit

Permalink
chore: sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienne-deriv committed Aug 23, 2023
1 parent 186cf65 commit 3da6b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/src/hooks/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export { default as useAuthorize } from './useAuthorize';
export { default as useAccountsList } from './useAccountsList';
export { default as useAuthorize } from './useAuthorize';
export { default as useBalance } from './useBalance';

0 comments on commit 3da6b13

Please sign in to comment.