Skip to content

Commit

Permalink
fix: type issue
Browse files Browse the repository at this point in the history
  • Loading branch information
luwes committed Apr 20, 2024
1 parent 0e34d58 commit 9fc6277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/base.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
ComponentType,
ReactNode
} from 'react'
import ReactPlayer from './lib'
import ReactPlayer from './'

interface SourceProps {
media?: string
Expand Down

0 comments on commit 9fc6277

Please sign in to comment.