-
-
Save garethpbk/714da9c763716e371a3043090e195f2a to your computer and use it in GitHub Desktop.
This file contains 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
return ( | |
<ApolloProvider client={client}> | |
<div className="App"> | |
<header className="App-header"> | |
<h1>apollo-link-rest + JSONPlaceholder!</h1> | |
</header> | |
</div> | |
</ApolloProvider> | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment