Skip to content

Instantly share code, notes, and snippets.

@0xAnon101
Last active September 27, 2018 13:03
Show Gist options
  • Save 0xAnon101/aec702238b5bb1cc3f4c83c7c2446c4a to your computer and use it in GitHub Desktop.
Save 0xAnon101/aec702238b5bb1cc3f4c83c7c2446c4a to your computer and use it in GitHub Desktop.
dummy component
import React from "react";
const App = () => {
return <div className={classes.app}>Hello React!</div>;
};
export default App;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment