diff --git a/src/components/contrast/ColorPickerInput.tsx b/src/components/contrast/ColorPickerInput.tsx index e2d6153..628410f 100644 --- a/src/components/contrast/ColorPickerInput.tsx +++ b/src/components/contrast/ColorPickerInput.tsx @@ -1,3 +1,5 @@ +import { ColorPickerProps } from "@/types/ColorPicker" + const ColorPickerInput = ({ id, label, color, onChange }: ColorPickerProps) => { const textInputId = `${id}-hex-input` const colorInputId = `${id}-picker-input`