Skip to content

Commit

Permalink
updt
Browse files Browse the repository at this point in the history
  • Loading branch information
hudaputrasantosa committed Mar 31, 2024
1 parent b03c744 commit 4e1de75
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/About/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import db from "../../config/firebase";

const About = () => {
const [visitor, setVisitor] = useState();

useEffect(() => {
const docRef = doc(db, "portofolio", "visitor");
getDoc(docRef)
Expand Down

0 comments on commit 4e1de75

Please sign in to comment.