Skip to content

Instantly share code, notes, and snippets.

@DennisDurairaj
Created May 9, 2020 14:49
Show Gist options
  • Save DennisDurairaj/2511582abca02e2c654c9308fec00200 to your computer and use it in GitHub Desktop.
Save DennisDurairaj/2511582abca02e2c654c9308fec00200 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";
import ShuffleFocus from "./ShuffleFocus";
ReactDOM.render(<ShuffleFocus />, document.getElementById("root"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment