Skip to content

Instantly share code, notes, and snippets.

@bbachi
Created April 16, 2021 22:51
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 bbachi/06d643678a686a84b80c5e2f6cf0ace9 to your computer and use it in GitHub Desktop.
Save bbachi/06d643678a686a84b80c5e2f6cf0ace9 to your computer and use it in GitHub Desktop.
React
import './App.css';
function App() {
return (
<>
<h1> Drawing Area</h1>
<div className="App drawing-area">
</div>
</>
);
}
export default App;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment