import "./App.css"; import GoogleLoginButton from "./GoogleLoginButton.js"; function App() { return <GoogleLoginButton/>; } export default App;