Skip to content

Instantly share code, notes, and snippets.

@felippepuhle
Created March 3, 2018 18:24
Show Gist options
  • Select an option

  • Save felippepuhle/fbca01510b258d80c2f59deb717d6c41 to your computer and use it in GitHub Desktop.

Select an option

Save felippepuhle/fbca01510b258d80c2f59deb717d6c41 to your computer and use it in GitHub Desktop.
import { ReleasyProvider } from 'react-releasy';
ReactDOM.render(
<ReleasyProvider config={config}>
<MyApplication />
</ReleasyProvider>,
document.getElementById('root'),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment