Skip to content

Commit

Permalink
export useOnSubmit
Browse files Browse the repository at this point in the history
  • Loading branch information
PawelSuwinski committed Mar 28, 2024
1 parent 979c18f commit d31a120
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import ShowGuesser from './ShowGuesser.js';
import useIntrospect from './useIntrospect.js';
import useIntrospection from './useIntrospection.js';
import useMercureSubscription from './useMercureSubscription.js';
import useOnSubmit from './useOnSubmit.js';

export {
AdminGuesser,
Expand All @@ -26,6 +27,7 @@ export {
useIntrospect,
useIntrospection,
useMercureSubscription,
useOnSubmit,
};
export {
HydraAdmin,
Expand Down

0 comments on commit d31a120

Please sign in to comment.