Skip to content

Commit b930cb3

Browse files
committed
Refactor socialLogin component to use functional component
1 parent ffc3682 commit b930cb3

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed
Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
1-
import { FaGithub, FaGoogle } from "react-icons/fa";
1+
const SocialButton = ({}) => {
2+
return <div className="bg-primary-foreground"></div>;
3+
};
24

3-
const SocialButton = ({ }) => {
4-
return (
5-
<div className="bg-primary-foreground">
6-
</div>
7-
)
8-
}
9-
10-
export default SocialButton
5+
export default SocialButton;

0 commit comments

Comments
 (0)