Skip to content

Commit

Permalink
fix(ErrorBoundaryContext): remove unintended public api
Browse files Browse the repository at this point in the history
  • Loading branch information
manudeli committed Aug 11, 2023
1 parent 04eb8af commit 5682b6c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"use client";
export * from "./ErrorBoundary";
export * from "./ErrorBoundaryContext";
export * from "./useErrorBoundary";
export * from "./withErrorBoundary";

Expand Down

0 comments on commit 5682b6c

Please sign in to comment.