Skip to content

Commit

Permalink
chore: export DEFAULT_SERVER_ERROR
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEdoRan committed Dec 7, 2023
1 parent 7fa2296 commit 4f51f87
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/next-safe-action/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { createSafeActionClient } from "./server";
import type { SafeAction, ServerCode } from "./types";
import { DEFAULT_SERVER_ERROR } from "./utils";

export { createSafeActionClient, type SafeAction, type ServerCode };
export { DEFAULT_SERVER_ERROR, createSafeActionClient, type SafeAction, type ServerCode };

0 comments on commit 4f51f87

Please sign in to comment.