Skip to content

Commit

Permalink
made it so you can see stuff when the app launchs
Browse files Browse the repository at this point in the history
  • Loading branch information
darkhappy committed Mar 3, 2020
1 parent 22e0152 commit 119b607
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ import React from "react";
import ReactDOM from "react-dom";
import "bootstrap/dist/css/bootstrap.css";
import App from "./App";
import { BrowserRouter } from "react-router-dom";
import { HashRouter } from "react-router-dom";

ReactDOM.render(
<BrowserRouter>
<HashRouter>
<App />
</BrowserRouter>,
</HashRouter>,
document.getElementById("root")
);

0 comments on commit 119b607

Please sign in to comment.