Skip to content

Instantly share code, notes, and snippets.

@onedebos
Created October 29, 2020 10:55
Show Gist options
  • Save onedebos/241393fb263dc0971f2f672448023fb1 to your computer and use it in GitHub Desktop.
Save onedebos/241393fb263dc0971f2f672448023fb1 to your computer and use it in GitHub Desktop.
import { CookiesProvider } from "react-cookie"
export default function MyApp({ pageProps }) {
return (
<CookiesProvider>
<Component {...pageProps} />
</CookiesProvider>
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment