import React from "react"; import "./CustomButton.scss"; const CustomButton = ({ children, signin, ...otherProps }) => { return ( ); }; export default CustomButton;