Skip to content

Instantly share code, notes, and snippets.

@zprima
Created May 5, 2019 13:43
Show Gist options
  • Select an option

  • Save zprima/4ab907d5c995ff02edf57c1cd7e63f73 to your computer and use it in GitHub Desktop.

Select an option

Save zprima/4ab907d5c995ff02edf57c1cd7e63f73 to your computer and use it in GitHub Desktop.
medium_p7_c1
import React from 'react';
import ReactDOM from 'react-dom';
import 'bulma/css/bulma.css'
import App from './components/App';
ReactDOM.render(<App />, document.getElementById('root'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment