Перемещён селектор цвета

This commit is contained in:
goodmice 2022-12-27 19:04:23 +05:00
parent 1e31f2f2c1
commit 31b97855e8
No known key found for this signature in database
GPG Key ID: EA4AA16454AC96C8
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ import { Button, Checkbox, Form, FormItemProps, Input, InputNumber, Select, Tool
import { memo, useCallback, useEffect, useMemo } from 'react'
import { BaseDataType, MinMax } from '@components/d3/types'
import { ColorPicker, Color } from '@components/ColorPicker'
import { ColorPicker, Color } from '@components/input/ColorPicker'
import { ExtendedChartDataset } from './D3MonitoringCharts'

View File

@ -2,7 +2,7 @@ import { memo, useCallback, useEffect, useMemo, useState } from 'react'
import { Input, Popover, Slider } from 'antd'
import { CopyOutlined } from '@ant-design/icons'
import { copyToClipboard } from './factory'
import { copyToClipboard } from '@components/factory'
import '@styles/components/color_picker.less'