Skip to content

Commit

Permalink
Merge pull request #92 from jorge-menjivar/fix-relative-import
Browse files Browse the repository at this point in the history
[fix] relative import
  • Loading branch information
jorge-menjivar authored Nov 21, 2023
2 parents 2596be1 + 07fafe1 commit 93ba4f8
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 'next-auth/react';

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

Expand Down

0 comments on commit 93ba4f8

Please sign in to comment.