mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-10 21:50:14 -07:00
Fix port
This commit is contained in:
@@ -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';
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user