Skip to content

Commit

Permalink
ESLint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aratidgr8 committed Sep 11, 2024
1 parent 658e25d commit abba1e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/pages/home/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ 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'
import { WPSolutionsBanner } from '@newfold-labs/wp-module-ecommerce';

const Home = () => {
return (
Expand Down

0 comments on commit abba1e4

Please sign in to comment.