Skip to content

Instantly share code, notes, and snippets.

@VivekNayyar
Created May 21, 2018 12:35
Show Gist options
  • Save VivekNayyar/7e37eef4e0d79cc24e0f5cc35c34eb59 to your computer and use it in GitHub Desktop.
Save VivekNayyar/7e37eef4e0d79cc24e0f5cc35c34eb59 to your computer and use it in GitHub Desktop.
import React from "react";
const App = () => (
<div>Hello World!!!</div>
);
export default App;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment