diff --git a/src/common/layout/optima/panel/DesktopPanel.tsx b/src/common/layout/optima/panel/DesktopPanel.tsx index 3ed269387..1be46db23 100644 --- a/src/common/layout/optima/panel/DesktopPanel.tsx +++ b/src/common/layout/optima/panel/DesktopPanel.tsx @@ -5,7 +5,7 @@ import { Box, List, Sheet, styled } from '@mui/joy'; import { NavItemApp } from '~/common/app.nav'; import { themeScalingMap, themeZIndexDesktopPanel } from '~/common/app.theme'; -import { useUIContentScaling } from '~/common/stores/store-ui'; +import { useUIContentScaling } from '~/common/state/store-ui'; import { PanelContentPortal } from './PanelContentPortal'; import { optimaClosePanel, useOptimaPanelOpen } from '../useOptima'; diff --git a/src/common/layout/optima/panel/OptimaPanelGroupedList.tsx b/src/common/layout/optima/panel/OptimaPanelGroupedList.tsx index c3384a591..ebf7238ca 100644 --- a/src/common/layout/optima/panel/OptimaPanelGroupedList.tsx +++ b/src/common/layout/optima/panel/OptimaPanelGroupedList.tsx @@ -5,7 +5,9 @@ import { Box, Checkbox, MenuList } from '@mui/joy'; import { ExpanderControlledBox } from '~/common/components/ExpanderControlledBox'; import { themeScalingMap } from '~/common/app.theme'; -import { useUIContentScaling } from '~/common/stores/store-ui'; +import { useUIContentScaling } from '~/common/state/store-ui'; + +import { OPTIMA_PANEL_GROUPS_SPACING } from '../optima.config'; const gutterSx: SxProps = {