Created
May 1, 2020 17:49
-
-
Save giovannibenussi/35056a32c167986cc6774c764ecea419 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
// imports... | |
import Rates from './Rates' | |
// client = ... | |
function App() { | |
return ( | |
<ApolloProvider client={client}> | |
... | |
<Rates /> | |
... | |
</ApolloProvider> | |
) | |
} | |
export default App |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment