import only Overlay from react-overlays (#5235)
This commit is contained in:
parent
7db0f8dcb2
commit
2aca22b8ea
4 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
import React from 'react';
|
||||
import PropTypes from 'prop-types';
|
||||
import { defineMessages, injectIntl, FormattedMessage } from 'react-intl';
|
||||
import { Overlay } from 'react-overlays';
|
||||
import Overlay from 'react-overlays/lib/Overlay';
|
||||
import { Motion, spring } from 'react-motion';
|
||||
|
||||
const messages = defineMessages({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue