Skip to content

Commit

Permalink
one last classNames update.
Browse files Browse the repository at this point in the history
orphaned change meant for the classnames PR
  • Loading branch information
circlecube committed Jul 3, 2024
1 parent bf5c4c4 commit fa7dc45
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import { useLocation, HashRouter as Router } from 'react-router-dom';
import { NewfoldRuntime } from '@newfold-labs/wp-module-runtime';
import { __ } from '@wordpress/i18n';
import { SnackbarList, Spinner } from '@wordpress/components';
import classnames from 'classnames';
import AppRoutes from './data/routes';
import ErrorCard from './components/errorCard';
import { useDispatch, useSelect } from '@wordpress/data';
Expand Down Expand Up @@ -68,7 +67,7 @@ const AppBody = ( props ) => {
return (
<main
id="hgwp-app-rendered"
className={ classnames(
className={ classNames(
'wpadmin-brand-hostgator',
`hgwp-wp-${ NewfoldRuntime.wpversion }`,
`hgwp-page-${ kebabCase( location.pathname ) }`,
Expand All @@ -85,7 +84,6 @@ const AppBody = ( props ) => {
methods={ {
apiFetch,
addQueryArgs,
classnames,
filter,
useState,
useEffect,
Expand Down

0 comments on commit fa7dc45

Please sign in to comment.