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

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

@@ -15,8 +15,6 @@ import {
   type EditorTheme, type KeyMapMode, DEFAULT_THEME, DEFAULT_KEYMAP,
 } from '../../interfaces/editor-settings';
 
-import styles from './OptionsSelector.module.scss';
-
 type RadioListItemProps = {
   onClick: () => void,
   icon?: React.ReactNode,