We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffc3682 commit b930cb3Copy full SHA for b930cb3
frontend/src/app/signin/components/socialLogin.tsx
@@ -1,10 +1,5 @@
1
-import { FaGithub, FaGoogle } from "react-icons/fa";
+const SocialButton = ({}) => {
2
+ return <div className="bg-primary-foreground"></div>;
3
+};
4
-const SocialButton = ({ }) => {
- return (
5
- <div className="bg-primary-foreground">
6
- </div>
7
- )
8
-}
9
-
10
-export default SocialButton
+export default SocialButton;
0 commit comments