From 0914c08add1f62f338a4feb884720b0977f18e0f Mon Sep 17 00:00:00 2001 From: Dinesh Katariya Date: Fri, 21 Jul 2023 12:35:01 +0530 Subject: [PATCH] test: removed unused files --- src/components/ColorPicker/colorPickerUtils.test.ts | 2 -- 1 file changed, 2 deletions(-) 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", () => {