[v11.2.x] Grafana SQL: Fix broken import in NumberInput component (#92808)

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

SQL: Fix broken import
(cherry picked from commit 5871362ccf)

Co-authored-by: Eugene Apollonsky <e.apollonsky@gmail.com>
This commit is contained in:
grafana-delivery-bot[bot]
2024-09-02 15:34:17 +02:00
committed by GitHub
co-authored by Eugene Apollonsky
parent 294ab18aab
commit 74910cf4cd
@@ -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;