diff --git a/src/components/ColorPicker/colorPickerUtils.test.ts b/src/components/ColorPicker/colorPickerUtils.test.ts index b4ae1cfb0..d11947485 100644 --- a/src/components/ColorPicker/colorPickerUtils.test.ts +++ b/src/components/ColorPicker/colorPickerUtils.test.ts @@ -1,9 +1,7 @@ import { ColorPaletteCustom } from "../../colors"; -import { ExcalidrawElement } from "../../element/types"; import { getColorNameAndShadeFromColor, isCustomColor, - getMostUsedCustomColors, } from "./colorPickerUtils"; describe("getColorNameAndShadeFromColor", () => {