Skip to content

Commit e7cb6c6

Browse files
committed
🐛 FIX: remove unwanted imports
1 parent c5e3e4e commit e7cb6c6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/screens/Home.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
import { useEffect } from "react";
2-
import { useAuthState } from "react-firebase-hooks/auth";
3-
import { useNavigate } from "react-router-dom";
42
import Logout from "../components/auth/Logout";
53
import Center from "../components/utils/Center";
6-
import { auth } from "../config/firebase";
74

85
interface Props {}
96

0 commit comments

Comments
 (0)