Skip to content

Commit 86b7278

Browse files
committed
Apply PR suggestions
1 parent b127666 commit 86b7278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/component/src/Attachment/VideoAttachment.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ import classNames from 'classnames';
22
import PropTypes from 'prop-types';
33
import React from 'react';
44

5-
import VideoContent from './VideoContent';
65
import useStyleSet from '../hooks/useStyleSet';
76
import useStyleToEmotionObject from '../hooks/internal/useStyleToEmotionObject';
7+
import VideoContent from './VideoContent';
88

99
const ROOT_STYLE = {
1010
display: 'flex',

0 commit comments

Comments
 (0)