mirror of
https://github.com/grafana/grafana.git
synced 2025-01-26 16:27:02 -06:00
NewOrgPage: Update Form import (#84792)
This commit is contained in:
parent
fe623760a8
commit
c632cabb3b
@ -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';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user