Skip to content

Instantly share code, notes, and snippets.

@paradoxinversion
Last active September 23, 2018 17:47
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 paradoxinversion/d0a20939d24847669ee4284aaf484265 to your computer and use it in GitHub Desktop.
Save paradoxinversion/d0a20939d24847669ee4284aaf484265 to your computer and use it in GitHub Desktop.
import React from "react";
import ReactDOM from "react-dom";
import App from "./App.js";
ReactDOM.render(<App />, document.getElementById("root"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment