Skip to content

Commit

Permalink
Fixed next-auth/react not found
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan I. de Elizalde committed Nov 21, 2023
1 parent 2596be1 commit 18583b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/unsaged/utils/app/auth/helpers.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { getSession } from '@/node_modules/next-auth/react';
import { getSession } from '../../../../../node_modules/next-auth/react';

import { Session, User } from '@/types/auth';

Expand Down

0 comments on commit 18583b6

Please sign in to comment.