There was an error while loading. Please reload this page.
1 parent c5e3e4e commit e7cb6c6Copy full SHA for e7cb6c6
src/screens/Home.tsx
@@ -1,9 +1,6 @@
1
import { useEffect } from "react";
2
-import { useAuthState } from "react-firebase-hooks/auth";
3
-import { useNavigate } from "react-router-dom";
4
import Logout from "../components/auth/Logout";
5
import Center from "../components/utils/Center";
6
-import { auth } from "../config/firebase";
7
8
interface Props {}
9
0 commit comments