Skip to content

Commit

Permalink
Merge branch 'master' of github.com:cassiozen/ReactCasts
Browse files Browse the repository at this point in the history
  • Loading branch information
cassiozen committed Jul 28, 2017
2 parents d550918 + d4729b1 commit a39c053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion episode12/src/browser/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ import React from "react";
import { render } from "react-dom";
import App from "../shared/App";

render(<App />, document.getElementById("Root"));
render(<App />, document.getElementById("root"));

0 comments on commit a39c053

Please sign in to comment.