Skip to content

Commit a148550

Browse files
committed
refactor(hooks): export useStateAction from /hooks path
1 parent 6d6ec34 commit a148550

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/next-safe-action/src/hooks.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,4 +249,6 @@ export const useOptimisticAction = <
249249
};
250250
};
251251

252+
export { useStateAction } from "./stateful-hooks";
253+
252254
export type * from "./hooks.types";

0 commit comments

Comments
 (0)