NewOrgPage: Update Form import (#84792)

This commit is contained in:
Alex Khomenko
2024-03-20 12:47:22 +02:00
committed by GitHub
parent fe623760a8
commit c632cabb3b
+2 -1
View File
@@ -2,7 +2,8 @@ import React from 'react';
import { connect, ConnectedProps } from 'react-redux';
import { NavModelItem } from '@grafana/data';
import { Button, Input, Field, Form, FieldSet } from '@grafana/ui';
import { Button, Input, Field, FieldSet } from '@grafana/ui';
import { Form } from 'app/core/components/Form/Form';
import { Page } from 'app/core/components/Page/Page';
import { getConfig } from 'app/core/config';