Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
personalizedrefrigerator committed Jan 15, 2025
1 parent 36f3cd3 commit c228a04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { toolbarCSSPrefix } from '../constants';
import HelpDisplay from '../utils/HelpDisplay';
import BaseWidget, { SavedToolbuttonState } from './BaseWidget';
import makeButtonGrid from './components/makeButtonGrid';
import { MutableReactiveValue } from '../../lib';
import { MutableReactiveValue } from '../../util/ReactiveValue';

const makeFormatMenu = (
editor: Editor,
Expand Down

0 comments on commit c228a04

Please sign in to comment.