Skip to content

Commit

Permalink
Export single player exports to main file
Browse files Browse the repository at this point in the history
  • Loading branch information
happydev829 committed Nov 17, 2018
1 parent 7a8b728 commit 7ee84cc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/ReactPlayer.js
Expand Up @@ -122,3 +122,14 @@ export default class ReactPlayer extends Component {
)
}
}

export { default as YouTube } from './players/YouTube'
export { default as SoundCloud } from './players/SoundCloud'
export { default as Vimeo } from './players/Vimeo'
export { default as Facebook } from './players/Facebook'
export { default as Streamable } from './players/Streamable'
export { default as Wistia } from './players/Wistia'
export { default as Twitch } from './players/Twitch'
export { default as DailyMotion } from './players/DailyMotion'
export { default as Mixcloud } from './players/Mixcloud'
export { default as FilePlayer } from './players/FilePlayer'

0 comments on commit 7ee84cc

Please sign in to comment.