Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
GU5TAF committed Feb 28, 2019
1 parent a5d6c77 commit 05920eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ const App = () => (
Hello world!
</h1>
</div>
)
);

if (typeof document !== 'undefined') {
hydrate(<Root />, document.getElementById('root'));
hydrate(<App />, document.getElementById('root'));
}

export default (locals) => {
Expand Down

0 comments on commit 05920eb

Please sign in to comment.