mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Form migrations: Switch to LegacyForms namespace (#23357)
* Move Switch to Legacy namespace * Make story internal * Fix import
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import React, { FunctionComponent, useEffect, useState } from 'react';
|
||||
import { Switch } from '@grafana/ui';
|
||||
import { LegacyForms } from '@grafana/ui';
|
||||
const { Switch } = LegacyForms;
|
||||
|
||||
interface Props {
|
||||
annotations: any[];
|
||||
|
||||
Reference in New Issue
Block a user