chore: upgrade @emotion (#14454)

This commit is contained in:
Jesse Yang
2021-05-04 15:26:16 -07:00
committed by GitHub
parent d138b4407d
commit 23014e9233
26 changed files with 1965 additions and 4941 deletions

View File

@@ -18,7 +18,7 @@
*/
import React from 'react';
import PropTypes from 'prop-types';
import { ClassNames } from '@emotion/core';
import { ClassNames } from '@emotion/react';
import { styled, useTheme } from '@superset-ui/core';
import { Tooltip } from 'src/components/Tooltip';