Skip to content
This repository was archived by the owner on Jul 19, 2019. It is now read-only.

Commit b4e2d72

Browse files
authored
Update App.js
1 parent 66d013c commit b4e2d72

File tree

1 file changed

+1
-1
lines changed
  • lessons/02-rendering-a-route/modules

1 file changed

+1
-1
lines changed

lessons/02-rendering-a-route/modules/App.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ import React from 'react'
22

33
export default React.createClass({
44
render() {
5-
return <div>Hello, React Router!</div>
5+
return <div>Hello, Manikandan!</div>
66
}
77
})

0 commit comments

Comments
 (0)