Skip to content

Commit af8bb81

Browse files
committed
Remove unused constants
1 parent 136a08f commit af8bb81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/contexts/AuthContext.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { userClient } from "../utils/api";
55
import { useNavigate } from "react-router-dom";
66
import { toast } from "react-toastify";
77
import Loader from "../components/Loader";
8-
import { SUCCESS_LOG_OUT, SUCCESSFUL_SIGNUP } from "../utils/constants";
8+
import { SUCCESS_LOG_OUT } from "../utils/constants";
99

1010
type User = {
1111
id: string;

0 commit comments

Comments
 (0)