We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41233cc commit ff844cdCopy full SHA for ff844cd
ch4/front/pages/_app.js
@@ -1,7 +1,6 @@
1
import React from 'react';
2
import Head from 'next/head';
3
import PropTypes from 'prop-types';
4
-import withReduxSaga from 'next-redux-saga';
5
import 'antd/dist/antd.css';
6
7
import wrapper from '../store/configureStore';
@@ -23,4 +22,4 @@ export function reportWebVitals(metric) {
23
22
console.log(metric);
24
}
25
26
-export default wrapper.withRedux(withReduxSaga(NodeBird));
+export default wrapper.withRedux(NodeBird);
0 commit comments