Skip to content

Commit

Permalink
fix: resolve missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
HRemonen committed Feb 4, 2024
1 parent 89e84be commit 5d70991
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/contrast/ColorPickerInput.tsx
Original file line number Diff line number Diff line change
@@ -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`
Expand Down

0 comments on commit 5d70991

Please sign in to comment.