Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor API into new api package #3543

Merged
merged 21 commits into from
Oct 27, 2020
Prev Previous commit
Next Next commit
Apply PR suggestions
  • Loading branch information
compulim committed Oct 27, 2020
commit 9948953ac2063f7b47de2e4ddc9b9a7c2f75860c
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