Skip to content

Instantly share code, notes, and snippets.

@samflab
Created July 20, 2021 12:26
Show Gist options
  • Save samflab/11594bcc53a93ed8533e14ca92939c62 to your computer and use it in GitHub Desktop.
Save samflab/11594bcc53a93ed8533e14ca92939c62 to your computer and use it in GitHub Desktop.
App.js file after project setup, first step
import "./App.css";
function App() {
return (
<div className="App">
</div>
);
}
export default App;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment