Skip to content

Commit

Permalink
fix: update sample
Browse files Browse the repository at this point in the history
  • Loading branch information
iMohammadReza committed Jun 6, 2021
1 parent b5b932a commit 2bbfe76
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/views/Home/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import PropTypes from 'prop-types';
import MetaTags from 'react-helmet';

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

import { getHomeTitle } from './requests';

Expand Down Expand Up @@ -41,4 +40,4 @@ Home.propTypes = {
}).isRequired,
};

export default withSSRData(Home);
export default Home;

0 comments on commit 2bbfe76

Please sign in to comment.