Skip to content

Instantly share code, notes, and snippets.

@cmilfont
Created March 9, 2017 11:06
Show Gist options
  • Save cmilfont/8345893d699a72975f0616a0cb32c426 to your computer and use it in GitHub Desktop.
Save cmilfont/8345893d699a72975f0616a0cb32c426 to your computer and use it in GitHub Desktop.
import ReactDOM from 'react-dom';
import React from 'react';
const Root = () => <div>Ambiente Preparado</div>;
ReactDOM.render(<Root />, document.getElementById('app'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment