Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save giovannibenussi/35056a32c167986cc6774c764ecea419 to your computer and use it in GitHub Desktop.
Save giovannibenussi/35056a32c167986cc6774c764ecea419 to your computer and use it in GitHub Desktop.
// 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