Skip to content

Commit 2c32463

Browse files
committed
Fix typos
Haven't tested this but noticed it while copying and pasting code, presume this change needs to be made. Thanks for posting this example by the way!
1 parent a0d460c commit 2c32463

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)