diff --git a/src/components/ColorPicker.tsx b/src/components/ColorPicker.tsx index 1a35acea..35658dbb 100644 --- a/src/components/ColorPicker.tsx +++ b/src/components/ColorPicker.tsx @@ -1,5 +1,5 @@ import React from 'react' -import { HIGHLIGHT_COLORS, LINK_COLORS } from '../utils/colorHelpers' +import { HIGHLIGHT_COLORS } from '../utils/colorHelpers' interface ColorPickerProps { selectedColor: string