Skip to content

Commit

Permalink
fix(hooks): don't export useStateAction from /hooks path
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEdoRan committed Jul 20, 2024
1 parent baff76b commit 079324d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/next-safe-action/src/hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,4 @@ export const useOptimisticAction = <
};
};

export { useStateAction } from "./stateful-hooks";

export type * from "./hooks.types";

0 comments on commit 079324d

Please sign in to comment.