Skip to content

Instantly share code, notes, and snippets.

@persianturtle
Created February 11, 2018 20:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save persianturtle/9b179e162c66d29b6e0b00e6fec2cd22 to your computer and use it in GitHub Desktop.
Save persianturtle/9b179e162c66d29b6e0b00e6fec2cd22 to your computer and use it in GitHub Desktop.
[%bs.raw {|require('./index.css')|}];
[@bs.module "./registerServiceWorker"] external register_service_worker : unit => unit = "default";
ReactDOMRe.renderToElementWithId(<App />, "root");
register_service_worker();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment