Skip to content

Instantly share code, notes, and snippets.

@bingex
Created March 13, 2021 18:16
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 bingex/f8598df54767aa940494910339ab3334 to your computer and use it in GitHub Desktop.
Save bingex/f8598df54767aa940494910339ab3334 to your computer and use it in GitHub Desktop.
import { wrapper } from 'store';
const MyApp = ({ Component, pageProps }) => {
return <Component {...pageProps} />;
};
export default wrapper.withRedux(MyApp);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment