mirror of
https://github.com/grafana/grafana.git
synced 2025-09-23 18:52:33 +08:00
Emotion: Upgrades emotion from 10 to 11 and updates all import paths (#32541)
* Babel: Updates babel dependencies to latest version * Emotion: Upgrade form 10 to 11 * Fixing tests * Updated to use emotion/css instead in test
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import React, { FC, MouseEvent } from 'react';
|
||||
import { GrafanaTheme } from '@grafana/data';
|
||||
import { Icon, stylesFactory, useTheme } from '@grafana/ui';
|
||||
import { css } from 'emotion';
|
||||
import { css } from '@emotion/css';
|
||||
import store from 'app/core/store';
|
||||
import { cardContent, cardStyle, iconStyle } from './sharedStyles';
|
||||
import { TutorialCardType } from '../types';
|
||||
|
Reference in New Issue
Block a user