diff --git a/src/index.ts b/src/index.ts index 0d88028..68be599 100644 --- a/src/index.ts +++ b/src/index.ts @@ -5,5 +5,5 @@ * creation: 21/4/2026 */ -export { VP } from "./core/index"; -export type { PlayerConfig, Plugin } from "./types/index"; +import { VP } from "./core/VideoPlayer"; +export default VP;