We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 541297c commit 39ca758Copy full SHA for 39ca758
src/contexts/AuthContext.tsx
@@ -1,6 +1,6 @@
1
import Router from "next/router";
2
-import { destroyCookie, parseCookies, setCookie } from "nookies";
3
import { createContext, useEffect, useState } from "react";
+import { destroyCookie, parseCookies, setCookie } from "nookies";
4
5
import { signInRequest, userMe } from "../services/auth";
6
0 commit comments