Skip to content

Commit 2bbfe76

Browse files
committed
fix: update sample
1 parent b5b932a commit 2bbfe76

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/views/Home/index.jsx

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import PropTypes from 'prop-types';
33
import MetaTags from 'react-helmet';
44

55
import logo from 'src/assets/logo.svg';
6-
import withSSRData from 'src/shared-components/withSSRData';
76

87
import { getHomeTitle } from './requests';
98

@@ -41,4 +40,4 @@ Home.propTypes = {
4140
}).isRequired,
4241
};
4342

44-
export default withSSRData(Home);
43+
export default Home;

0 commit comments

Comments
 (0)