Try again

This commit is contained in:
Ivan Malison 2024-10-13 02:06:12 -06:00
parent 3ddc6e931a
commit 9619e7517b

View File

@ -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>(