We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b127666 commit 86b7278Copy full SHA for 86b7278
packages/component/src/Attachment/VideoAttachment.js
@@ -2,9 +2,9 @@ import classNames from 'classnames';
2
import PropTypes from 'prop-types';
3
import React from 'react';
4
5
-import VideoContent from './VideoContent';
6
import useStyleSet from '../hooks/useStyleSet';
7
import useStyleToEmotionObject from '../hooks/internal/useStyleToEmotionObject';
+import VideoContent from './VideoContent';
8
9
const ROOT_STYLE = {
10
display: 'flex',
0 commit comments