Skip to content

Commit 39ca758

Browse files
committed
improvement: Reorder import statements in AuthContext for clarity
1 parent 541297c commit 39ca758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/contexts/AuthContext.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Router from "next/router";
2-
import { destroyCookie, parseCookies, setCookie } from "nookies";
32
import { createContext, useEffect, useState } from "react";
3+
import { destroyCookie, parseCookies, setCookie } from "nookies";
44

55
import { signInRequest, userMe } from "../services/auth";
66

0 commit comments

Comments
 (0)