Skip to content

Instantly share code, notes, and snippets.

@joboccara
Created April 23, 2021 07:18
Show Gist options
  • Save joboccara/481e3b040affd5f31d0f68d2107298b3 to your computer and use it in GitHub Desktop.
Save joboccara/481e3b040affd5f31d0f68d2107298b3 to your computer and use it in GitHub Desktop.
const Context = () => {
return (
<CountContextProvider>
<Parent />
</CountContextProvider>
);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment