diff --git a/src/Video.web.tsx b/src/Video.web.tsx index 2dfd72a7..22768074 100644 --- a/src/Video.web.tsx +++ b/src/Video.web.tsx @@ -6,7 +6,7 @@ import React, { useRef, type RefObject, } from 'react'; -import shaka from 'shaka-player/ui'; +import shaka from 'shaka-player'; import type { VideoRef, ReactVideoProps, VideoMetadata } from './types'; const Video = forwardRef(