Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandf committed Jul 17, 2024
1 parent a8fbad2 commit fffab4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tapisui-hooks/src/systems/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ export { default as useUndeleteSystem } from './useUndeleteSystem';
export { default as useShareSystemPublic } from './useShareSystemPublic';
export { default as useUnShareSystemPublic } from './useUnShareSystemPublic';
export { default as useCreateChildSystem } from './useCreateChildSystem';
export { default as useCreateCredential } from './useCreateCredential'
export { default as useCreateCredential } from './useCreateCredential';
export { default as queryKeys } from './queryKeys';

0 comments on commit fffab4a

Please sign in to comment.