Skip to content

Instantly share code, notes, and snippets.

@pratik-chakravorty
Created July 8, 2018 19:48
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/0d4b85f3cf88041b96578b1a925aa2d8 to your computer and use it in GitHub Desktop.
Save pratik-chakravorty/0d4b85f3cf88041b96578b1a925aa2d8 to your computer and use it in GitHub Desktop.
import React from "react";
import ReactDOM from "react-dom";
import "semantic-ui-css/semantic.min.css";
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