Skip to content

Commit

Permalink
fix error login
Browse files Browse the repository at this point in the history
  • Loading branch information
yusufginanjar committed Sep 30, 2022
1 parent bfbc3ca commit 91205f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pages/login.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { useRouter } from "next/router";
import React, { useEffect, useState } from "react";
import { useDispatch } from "react-redux";
import { Form } from "react-bootstrap";
import { signInWithEmailAndPassword, getAuth, ref, getDatabase, onValue } from '../firebase/clientApp';
import { login as stateLogin } from '../store/authSlice';
Expand Down

0 comments on commit 91205f5

Please sign in to comment.