Skip to content

Commit

Permalink
Import WP Solutions Banner on Home page
Browse files Browse the repository at this point in the history
  • Loading branch information
aratidgr8 committed Sep 11, 2024
1 parent 5b2ce9d commit 658e25d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/pages/home/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ import WebinarsBanner from 'App/components/webinars-banner';
import AccountCard from './accountCard';
import HelpCard from './helpCard';
import WelcomeSection from './welcomeSection';
import { WPSolutionsBanner } from '@newfold-labs/wp-module-ecommerce'

Check failure on line 6 in src/app/pages/home/index.js

View workflow job for this annotation

GitHub Actions / ESLint

Insert `;`

const Home = () => {
return (
<Page className="wppbh-home">
<WelcomeSection />
<WebinarsBanner />
<WPSolutionsBanner />
<Container className="wppbh-account-help-section">
<Container.Block>
<div className="nfd-grid nfd-grid-cols-2 nfd-gap-6">
Expand Down

0 comments on commit 658e25d

Please sign in to comment.