Skip to content

Commit

Permalink
Apply PR suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim committed Oct 26, 2020
1 parent b127666 commit 86b7278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/component/src/Attachment/VideoAttachment.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import classNames from 'classnames';
import PropTypes from 'prop-types';
import React from 'react';

import VideoContent from './VideoContent';
import useStyleSet from '../hooks/useStyleSet';
import useStyleToEmotionObject from '../hooks/internal/useStyleToEmotionObject';
import VideoContent from './VideoContent';

const ROOT_STYLE = {
display: 'flex',
Expand Down

0 comments on commit 86b7278

Please sign in to comment.