Skip to content

Instantly share code, notes, and snippets.

@YaroslavW
Created June 26, 2019 16:31
Show Gist options
  • Save YaroslavW/c2030425d3504d0686ad1264e8dbcbe3 to your computer and use it in GitHub Desktop.
Save YaroslavW/c2030425d3504d0686ad1264e8dbcbe3 to your computer and use it in GitHub Desktop.
import React from 'react';
function App() {
return (
<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