Skip to content

Instantly share code, notes, and snippets.

@0xAnon101
Created September 27, 2018 10:51
Show Gist options
  • Save 0xAnon101/095614058adde86214ddedbbbce4eca9 to your computer and use it in GitHub Desktop.
Save 0xAnon101/095614058adde86214ddedbbbce4eca9 to your computer and use it in GitHub Desktop.
first component index.js
import React from "react";
import ReactDOM from "react-dom";
import App from './Containers/App';
ReactDOM.render(<App />, document.getElementById("index"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment