Skip to content

Commit ff844cd

Browse files
authored
Update _app.js
1 parent 41233cc commit ff844cd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ch4/front/pages/_app.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import React from 'react';
22
import Head from 'next/head';
33
import PropTypes from 'prop-types';
4-
import withReduxSaga from 'next-redux-saga';
54
import 'antd/dist/antd.css';
65

76
import wrapper from '../store/configureStore';
@@ -23,4 +22,4 @@ export function reportWebVitals(metric) {
2322
console.log(metric);
2423
}
2524

26-
export default wrapper.withRedux(withReduxSaga(NodeBird));
25+
export default wrapper.withRedux(NodeBird);

0 commit comments

Comments
 (0)