We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3af9ad commit 4f9d592Copy full SHA for 4f9d592
1 file changed
src/frontend/src/pages/LoginPage/Login.tsx
@@ -2,7 +2,7 @@
2
* This file is part of NER's FinishLine and licensed under GNU AGPLv3.
3
* See the LICENSE file in the repository root folder for details.
4
*/
5
-import { FormEvent, useEffect, useState } from 'react';
+import { FormEvent, useState } from 'react';
6
import { useHistory } from 'react-router-dom';
7
import { useToggleTheme } from '../../hooks/theme.hooks';
8
import { useAuth } from '../../hooks/auth.hooks';
0 commit comments