Skip to content

Commit

Permalink
fix: sort deps (#830)
Browse files Browse the repository at this point in the history
Separate groups of third party and local imports
  • Loading branch information
dreglad committed Nov 22, 2022
1 parent c936a30 commit 59309f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/template/addons/next-auth/get-server-auth-session.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { type GetServerSidePropsContext } from "next";
import { unstable_getServerSession } from "next-auth";

import { authOptions } from "../../pages/api/auth/[...nextauth]";

/**
Expand Down

0 comments on commit 59309f9

Please sign in to comment.