Skip to content

Commit

Permalink
fix: imports in actoins/index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsorban44 committed Nov 20, 2023
1 parent 4d90e73 commit 1856166
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/src/lib/actions/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export { callback } from "./callback"
export { callback } from "./callback/index.js"
export { session } from "./session.js"
export { signIn } from "./signin"
export { signIn } from "./signin/index.js"
export { signOut } from "./signout.js"

1 comment on commit 1856166

@vercel
Copy link

@vercel vercel bot commented on 1856166 Nov 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.