Guest User

Untitled

a guest
Jul 12th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. import React from "react";
  2. import { render } from "react-dom";
  3. import App from "./components/App";
  4. import "./css/style.css";
  5.  
  6. render(<Router />, document.querySelector("#main"));
Add Comment
Please, Sign In to add comment