Skip to content

Commit 4f9d592

Browse files
committed
extras
1 parent a3af9ad commit 4f9d592

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/frontend/src/pages/LoginPage/Login.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* This file is part of NER's FinishLine and licensed under GNU AGPLv3.
33
* See the LICENSE file in the repository root folder for details.
44
*/
5-
import { FormEvent, useEffect, useState } from 'react';
5+
import { FormEvent, useState } from 'react';
66
import { useHistory } from 'react-router-dom';
77
import { useToggleTheme } from '../../hooks/theme.hooks';
88
import { useAuth } from '../../hooks/auth.hooks';

0 commit comments

Comments
 (0)