Răsfoiți Sursa

fix line error

reiji-h 2 ani în urmă
părinte
comite
09a123367f
1 a modificat fișierele cu 0 adăugiri și 2 ștergeri
  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,
   type EditorTheme, type KeyMapMode, DEFAULT_THEME, DEFAULT_KEYMAP,
 } from '../../interfaces/editor-settings';
 } from '../../interfaces/editor-settings';
 
 
-import styles from './OptionsSelector.module.scss';
-
 type RadioListItemProps = {
 type RadioListItemProps = {
   onClick: () => void,
   onClick: () => void,
   icon?: React.ReactNode,
   icon?: React.ReactNode,