Skip to content

Commit

Permalink
Remove commented out code in index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
efazulkarim committed Apr 5, 2024
1 parent f70f9f4 commit b2aab03
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ const HomeDefault = ({ allPosts }) => {
<HeaderOne postData={allPosts} />
<SliderOne postData={allPosts} />
<PostSectionOne postData={allPosts} />
<PostSectionTwo postData={allPosts} /* adBanner={true} */ />
<PostSectionFive postData={allPosts} />
<CategoryList cateData={allPosts} />
<PostSectionFour postData={allPosts} /* adBanner={true} */ />
Expand Down

0 comments on commit b2aab03

Please sign in to comment.