Skip to content

Commit af84da2

Browse files
committed
Merge pull request #3468 from tsongas/patch-1
Fix typos
2 parents e75a708 + 2c32463 commit af84da2

File tree

1 file changed

+2
-2
lines changed
  • examples/auth-with-shared-root/components

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import React from 'react'
22

3-
const PageOne = React.createClass({
3+
const PageTwo = React.createClass({
44
render() {
55
return <h2>Page Two! Wooo!</h2>
66
}
77
})
88

9-
export default PageOne
9+
export default PageTwo

0 commit comments

Comments
 (0)