reiji-h 2 лет назад
Родитель
Сommit
bec1f94df2
1 измененных файлов с 0 добавлено и 6 удалено
  1. 0 6
      apps/app/src/components/PageEditor/OptionsSelector.tsx

+ 0 - 6
apps/app/src/components/PageEditor/OptionsSelector.tsx

@@ -17,11 +17,6 @@ import {
   useIsDeviceLargerThanMd,
 } from '~/stores/ui';
 
-import {
-  DEFAULT_THEME, DEFAULT_KEYMAP,
-} from '../../interfaces/editor-settings';
-
-
 type RadioListItemProps = {
   onClick: () => void,
   icon?: React.ReactNode,
@@ -265,7 +260,6 @@ const OptionsStatus = {
 type OptionStatus = typeof OptionsStatus[keyof typeof OptionsStatus];
 
 export const OptionsSelector = (): JSX.Element => {
-export const OptionsSelector = ({ collapsed }: {collapsed?: boolean}): JSX.Element => {
 
   const { t } = useTranslation();