Skip to content

Commit

Permalink
Eslint fix src/app/pages/solutions/index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
aratidgr8 committed Oct 10, 2024
1 parent 312527f commit 514ca94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/pages/solutions/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import './style.scss';
import apiFetch from '@wordpress/api-fetch';
import { useState, useEffect } from '@wordpress/element';
import { useLocation, useMatch, useNavigate } from 'react-router-dom';
import { Container, Page, Title } from '@newfold/ui-component-library';
import { Container, Page } from '@newfold/ui-component-library';
import { NewfoldRuntime } from '@newfold-labs/wp-module-runtime';
import { default as NewfoldEntitlements } from '@modules/wp-module-solutions/components/entitlements';

Expand Down

0 comments on commit 514ca94

Please sign in to comment.