Try again
This commit is contained in:
parent
3ddc6e931a
commit
9619e7517b
@ -6,7 +6,7 @@ import React, {
|
|||||||
useRef,
|
useRef,
|
||||||
type RefObject,
|
type RefObject,
|
||||||
} from 'react';
|
} from 'react';
|
||||||
import shaka from 'shaka-player/ui';
|
import shaka from 'shaka-player';
|
||||||
import type { VideoRef, ReactVideoProps, VideoMetadata } from './types';
|
import type { VideoRef, ReactVideoProps, VideoMetadata } from './types';
|
||||||
|
|
||||||
const Video = forwardRef<VideoRef, ReactVideoProps>(
|
const Video = forwardRef<VideoRef, ReactVideoProps>(
|
||||||
|
Loading…
Reference in New Issue
Block a user