Skip to content

Commit

Permalink
BUG forgot to import prop types
Browse files Browse the repository at this point in the history
  • Loading branch information
Eimi Okuno authored and Eimi Okuno committed Oct 18, 2019
1 parent 9b5b8bd commit 055d5d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/PreviewCanvas/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/* eslint-disable react/prop-types */
import React, { useRef } from 'react';
import VideoContextPreview from './VideoContextPreview';
import PropTypes from 'prop-types';

const PreviewCanvas = (props) => {
const canvasRef = useRef();
Expand Down

0 comments on commit 055d5d8

Please sign in to comment.