Skip to content

Commit

Permalink
fix(package): export UserIdContext
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryant Brock committed Jun 7, 2023
1 parent cf599d4 commit e7f5007
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export * from "./dist/handler";
export * from "./dist/hooks";
export * from "./dist/contexts/UserIdContext";
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export * from "./dist/handler.js";
export * from "./dist/hooks.js";
export * from "./dist/contexts/UserIdContext.js";

0 comments on commit e7f5007

Please sign in to comment.