Created
July 20, 2021 12:26
-
-
Save samflab/11594bcc53a93ed8533e14ca92939c62 to your computer and use it in GitHub Desktop.
App.js file after project setup, first step
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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