Browse Source

delete unused import

reiji-h 2 years ago
parent
commit
bec1f94df2
1 changed files with 0 additions and 6 deletions
  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();