Created
June 4, 2018 17:08
-
-
Save SaraVieira/3062ba9b7ebcbec9f0597d96f14a7dc7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const Root = () => ( | |
<ThemeProvider theme={theme}> | |
<StaticRouter location={req.url} context={context}> | |
<App /> | |
</StaticRouter> | |
</ThemeProvider> | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment