From 91ba6a2c695105e1e7952e3532b2c5cb57a63422 Mon Sep 17 00:00:00 2001 From: Jay Date: Mon, 23 Mar 2026 08:56:40 -0400 Subject: [PATCH] Fix tsc lint error. --- src/components/ColorPicker/ColorPicker.tsx | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/components/ColorPicker/ColorPicker.tsx b/src/components/ColorPicker/ColorPicker.tsx index d277701..f6881d8 100644 --- a/src/components/ColorPicker/ColorPicker.tsx +++ b/src/components/ColorPicker/ColorPicker.tsx @@ -6,7 +6,7 @@ import type { ColorActions } from "@/hooks/color"; import { onResize } from "@/hooks/window"; import { Direction } from "@/types"; import type { CartesianSpace } from "@/types"; -import { formatCssRgb, setMeasurements } from "@/util"; +import { setMeasurements } from "@/util"; import ColorBar from "./ColorBar"; import styles from "./ColorPicker.module.css"; @@ -41,12 +41,6 @@ function ColorPicker({ return (
- {/*
*/}