From f8b61281be84a6e4e7a44be5109e688a7c56c671 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Fri, 7 Jul 2017 21:18:33 +0200 Subject: refactor files so list updates while processing --- client/containers/audioPlayer.js | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 client/containers/audioPlayer.js (limited to 'client/containers/audioPlayer.js') diff --git a/client/containers/audioPlayer.js b/client/containers/audioPlayer.js new file mode 100644 index 0000000..92da673 --- /dev/null +++ b/client/containers/audioPlayer.js @@ -0,0 +1,14 @@ +import { connect } from 'react-redux' +import AudioPlayerView from '../components/UI/AudioPlayerView.jsx' + +const mapStateToProps = state => state.audioPlayer + +const mapDispatchToProps = (dispatch, ownProps) => ({ +}) + +const AudioPlayer = connect( + mapStateToProps, + mapDispatchToProps +)( AudioPlayerView ) + +export default AudioPlayer -- cgit v1.2.3-70-g09d2