mirror of
https://github.com/grafana/grafana.git
synced 2025-07-29 17:12:29 +08:00
Build: removed circular dependencies to make grafana/ui build again (#23468)
* fixed dependecy issues. * Fixed so we don't have any circular dependencies. * added missing type. * fixed formatting issue of config. * skipping sourcemap again.
This commit is contained in:
@ -2,7 +2,7 @@ import React, { AnchorHTMLAttributes, ButtonHTMLAttributes, useContext } from 'r
|
||||
import { css, cx } from 'emotion';
|
||||
import tinycolor from 'tinycolor2';
|
||||
import { selectThemeVariant, stylesFactory, ThemeContext } from '../../themes';
|
||||
import { IconName } from '../../types';
|
||||
import { IconName } from '../../types/icon';
|
||||
import { getFocusStyle, getPropertiesForButtonSize } from '../Forms/commonStyles';
|
||||
import { GrafanaTheme } from '@grafana/data';
|
||||
import { ButtonContent } from './ButtonContent';
|
||||
|
Reference in New Issue
Block a user