mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Update imports
This commit is contained in:
parent
8477eb20be
commit
3d5ddcee83
2 changed files with 2 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue