Skip to content

Commit 6b1972f

Browse files
committed
forgot to delete line
1 parent 045b63b commit 6b1972f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/profile/LoginForm.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import { mutate } from "swr";
44

55
import ListErrors from "../common/ListErrors";
66
import UserAPI from "../../lib/api/user";
7-
import Authenticate from "./Authenticate";
87

98
const LoginForm = () => {
109
const [isLoading, setLoading] = React.useState(false);

0 commit comments

Comments
 (0)