Skip to content

Commit a39c053

Browse files
committed
Merge branch 'master' of github.com:cassiozen/ReactCasts
2 parents d550918 + d4729b1 commit a39c053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

episode12/src/browser/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ import React from "react";
22
import { render } from "react-dom";
33
import App from "../shared/App";
44

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

0 commit comments

Comments
 (0)