import Image from "next/image"; import "./GoogleButton.scss"; import google from "./icons/google.svg"; const GoogleButton = () => { return ( ); }; export default GoogleButton;