Grafana SQL: Fix broken import in NumberInput component (#92803)

SQL: Fix broken import
This commit is contained in:
Eugene Apollonsky
2024-09-02 15:34:06 +03:00
committed by GitHub
parent f0d100d17a
commit 5871362ccf

View File

@ -1,6 +1,6 @@
import { useState } from 'react';
import { Input } from '@grafana/ui/src/components/Input/Input';
import { Input } from '@grafana/ui';
type NumberInputProps = {
value: number;