mirror of
https://github.com/dergigi/boris.git
synced 2025-12-16 22:24:25 +01:00
fix: remove unused LINK_COLORS import from ColorPicker
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user