Skip to content
Prev Previous commit
Next Next commit
Fix unused export
  • Loading branch information
AustinMroz committed Dec 13, 2025
commit 87c3ba636f979b05a5506e5d99d4c54fe856251f
2 changes: 1 addition & 1 deletion src/utils/colorUtil.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { memoize } from 'es-toolkit/compat'

type RGB = { r: number; g: number; b: number }
export interface HSB {
interface HSB {
h: number
s: number
b: number
Expand Down
Loading