Skip to content

Instantly share code, notes, and snippets.

@DanyF-github
Created January 8, 2021 10:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DanyF-github/e838aaf7d9dc167eff2c61b579ab9f65 to your computer and use it in GitHub Desktop.
Save DanyF-github/e838aaf7d9dc167eff2c61b579ab9f65 to your computer and use it in GitHub Desktop.
ReactDOM.render(
<ApolloProvider client={client}>
<Pages />
</ApolloProvider>,
document.getElementById('root')
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment