From 4e050198c5c1269c477a4eb1288bd628b7d27d93 Mon Sep 17 00:00:00 2001 From: Untone Date: Wed, 2 Oct 2024 23:33:58 +0300 Subject: [PATCH] pathfix2 --- src/components/Editor/Toolbar/ToolbarControl.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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