Skip to content

Commit

Permalink
chore: removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
codecreator127 committed Jul 15, 2024
1 parent bcc8d83 commit 8c3b0e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/context/AuthenticationContextProvider.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { signInWithRedirect, signInWithPopup } from "firebase/auth";
import { signInWithPopup } from "firebase/auth";
import { useState } from "react";
import { useAuthState } from "react-firebase-hooks/auth";
import { auth, googleProvider } from "../firebase/firebase";
Expand Down

0 comments on commit 8c3b0e2

Please sign in to comment.