FIX: Proper imports

This commit is contained in:
Nicolás Hatcher
2024-10-08 20:59:27 +02:00
committed by Nicolás Hatcher Andrés
parent 8c0a566995
commit b495397b5f
4 changed files with 8 additions and 4 deletions

View File

@@ -36,13 +36,13 @@ import {
import { theme } from "../theme";
import BorderPicker from "./borderPicker";
import ColorPicker from "./colorPicker";
import { TOOLBAR_HEIGH } from "./constants";
import FormatMenu from "./formatMenu";
import {
NumberFormats,
decreaseDecimalPlaces,
increaseDecimalPlaces,
} from "./formatUtil";
import { TOOLBAR_HEIGH } from "./constants";
type ToolbarProperties = {
canUndo: boolean;