diff --git a/src/components/Editor/Toolbar/ToolbarControl.tsx b/src/components/Editor/Toolbar/ToolbarControl.tsx index 9f9220da..b0893578 100644 --- a/src/components/Editor/Toolbar/ToolbarControl.tsx +++ b/src/components/Editor/Toolbar/ToolbarControl.tsx @@ -3,7 +3,7 @@ import clsx from 'clsx' import { JSX } from 'solid-js' import { Popover } from '~/components/_shared/Popover' -import styles from '../MiniEditor/MiniEditor.module.scss' +import styles from '../MiniEditor.module.scss' interface ControlProps { editor: Editor | undefined