Skip to content

Instantly share code, notes, and snippets.

@harshaktg
Created June 19, 2021 18:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save harshaktg/22a9bbd91f83063baff6eed432e9627b to your computer and use it in GitHub Desktop.
Save harshaktg/22a9bbd91f83063baff6eed432e9627b to your computer and use it in GitHub Desktop.
AWS Amplify App page
import "./App.css";
import Home from "./Home";
function App() {
return (
<div className="App">
<header className="App-header">
<Home />
</header>
</div>
);
}
export default App;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment