Created
May 5, 2019 13:43
-
-
Save zprima/4ab907d5c995ff02edf57c1cd7e63f73 to your computer and use it in GitHub Desktop.
medium_p7_c1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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