diff --git a/themes/matery/LayoutPage.js b/themes/matery/LayoutPage.js index d4ab7079..b0841c1c 100644 --- a/themes/matery/LayoutPage.js +++ b/themes/matery/LayoutPage.js @@ -2,8 +2,7 @@ import BlogPostListPage from './components/BlogPostListPage' import LayoutBase from './LayoutBase' export const LayoutPage = (props) => { - const { page, posts, postCount } = props return - + }