Skip to content

Instantly share code, notes, and snippets.

@sanjsanj
Last active July 1, 2017 06:40
Show Gist options
  • Save sanjsanj/b3df118a61b997f374ea78c1065b1f64 to your computer and use it in GitHub Desktop.
Save sanjsanj/b3df118a61b997f374ea78c1065b1f64 to your computer and use it in GitHub Desktop.
import React from 'react';
const App = () => (
<div>My App</div>
);
export default App;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment