Transformers UI: Fixed import issue. (#23382)

This commit is contained in:
Marcus Andersson 2020-04-07 07:37:54 +02:00 committed by GitHub
parent 6748ceae67
commit d6b8aaa7b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ import { stylesFactory, useTheme } from '../../themes';
import { Button } from '../Button';
import { createFieldsComparer } from '@grafana/data/src/transformations/transformers/order';
import { VerticalGroup } from '../Layout/Layout';
import { Input } from '../Forms/Input/Input';
import { Input } from '../Input/Input';
interface OrganizeFieldsTransformerEditorProps extends TransformerUIProps<OrganizeFieldsTransformerOptions> {}