import projects from './githubApi'; 
/** * ▀█▀ █░█ █▀▄▀█ █▀▄▀█ █▀▀ █░░ ░ █ █▀█ * ░█░ █▄█ █░▀░█ █░▀░█ ██▄ █▄▄ ▄ █ █▄█ */
const App = () => (
<div className={classes.app}>
<h1>Josh Tummel's experimental development playground and sandbox</h1><p>Loading GitHub projects...</p>
</div>
); export default App; 

Compiled successfully!


You can now view tummel.io in the browser.


  Local: http://localhost:3000
  On Your Network: http://tummel.io


Note that the development build is not optimized.
To create a production build, use npm run build.