Skip to content

Commit

Permalink
remove moduleComponents for marketplace page
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube committed Jan 2, 2024
1 parent 4f922c7 commit 69be879
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/app/pages/marketplace/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,13 @@ const MarketplacePage = () => {
NewfoldRuntime,
};

const moduleComponents = {
SectionHeader,
SectionContent,
}

return (
<Page className={"hgwp-app-marketplace-page"}>
<Container className={'hgwp-app-marketplace-container'}>

<NewfoldMarketplace
methods={moduleMethods}
constants={moduleConstants}
Components={moduleComponents}
/>

</Container>
Expand Down

0 comments on commit 69be879

Please sign in to comment.