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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;