More fixes
This commit is contained in:
parent
c601c78e0d
commit
91004e4bc5
3 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ import TransitionMotion from 'react-motion/lib/TransitionMotion';
|
|||
import classNames from 'classnames';
|
||||
import React from 'react';
|
||||
import unicodeMapping from '../features/emoji/emoji_unicode_mapping_light';
|
||||
import AnimatedNumber from './animated_number';
|
||||
import { AnimatedNumber } from './animated_number';
|
||||
import { assetHost } from '../utils/config';
|
||||
|
||||
export default class StatusReactions extends ImmutablePureComponent {
|
||||
|
|
|
@ -4,7 +4,7 @@ import ImmutablePureComponent from 'react-immutable-pure-component';
|
|||
import { connect } from 'react-redux';
|
||||
import ImmutablePropTypes from 'react-immutable-proptypes';
|
||||
import { tenorSet, uploadCompose } from 'flavours/glitch/actions/compose';
|
||||
import IconButton from 'flavours/glitch/components/icon_button';
|
||||
import { IconButton } from 'flavours/glitch/components/icon_button';
|
||||
import Tenor from 'react-tenor';
|
||||
import { defineMessages, injectIntl } from 'react-intl';
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ import TransitionMotion from 'react-motion/lib/TransitionMotion';
|
|||
import classNames from 'classnames';
|
||||
import React from 'react';
|
||||
import unicodeMapping from '../features/emoji/emoji_unicode_mapping_light';
|
||||
import AnimatedNumber from './animated_number';
|
||||
import { AnimatedNumber } from './animated_number';
|
||||
import { assetHost } from '../utils/config';
|
||||
|
||||
export default class StatusReactions extends ImmutablePureComponent {
|
||||
|
|
Loading…
Add table
Reference in a new issue