Update imports
This commit is contained in:
@ -24,10 +24,7 @@ import {
|
||||
Trash,
|
||||
Plus,
|
||||
} from 'phosphor-react'
|
||||
import {
|
||||
GenericTableCardProps,
|
||||
LabelColorHex,
|
||||
} from '../../utils/settings-page/labels/types'
|
||||
import { GenericTableCardProps } from '../../utils/settings-page/labels/types'
|
||||
import { labelColorObjects } from '../../utils/settings-page/labels/labelColorObjects'
|
||||
import { TooltipWrapped } from '../../components/elements/Tooltip'
|
||||
import { LabelColorDropdown } from '../../components/elements/LabelColorDropdown'
|
||||
|
||||
@ -1,7 +1,4 @@
|
||||
import {
|
||||
Label,
|
||||
LabelColor,
|
||||
} from '../../../lib/networking/fragments/labelFragment'
|
||||
import { Label } from '../../../lib/networking/fragments/labelFragment'
|
||||
|
||||
export type LabelOptionProps = {
|
||||
color: string
|
||||
|
||||
Reference in New Issue
Block a user