mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 14:50:32 +00:00
refactor: HOCs named imports
This commit is contained in:
@@ -8,7 +8,7 @@ import {
|
||||
PreferencesBrandingFormContent,
|
||||
PreferencesBrandingFormFooter,
|
||||
} from './PreferencesBrandingFormContent';
|
||||
import withDashboardActions from '@/containers/Dashboard/withDashboardActions';
|
||||
import { withDashboardActions } from '@/containers/Dashboard/withDashboardActions';
|
||||
|
||||
function PreferencesBrandingPageRoot({ changePreferencesPageTitle }) {
|
||||
useEffect(() => {
|
||||
|
||||
Reference in New Issue
Block a user