Skip to content

Instantly share code, notes, and snippets.

@pratik-chakravorty
Last active July 8, 2018 18:44
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 pratik-chakravorty/613918921f6b55e619bd3724bfce7867 to your computer and use it in GitHub Desktop.
Save pratik-chakravorty/613918921f6b55e619bd3724bfce7867 to your computer and use it in GitHub Desktop.
import React from "react";
import ReactDOM from "react-dom";
import "./index.css";
import App from "./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