Addressing pr comments

Signed-off-by: Lance Chant <13349722+lancechant@users.noreply.github.com>
This commit is contained in:
Lance Chant
2026-07-04 12:50:18 +02:00
parent 4f31cd2b32
commit c4e5cb9c14
2 changed files with 8 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ import { useImperativeHandle, useRef } from "react";
import type {
MpvPlayerViewProps,
MpvPlayerViewRef,
} from "../../mpv-player/src/MpvPlayer.types";
} from "@/modules/mpv-player";
const NativeView: React.ComponentType<MpvPlayerViewProps & { ref?: any }> =
requireNativeView("ExoPlayer");