summaryrefslogtreecommitdiff
path: root/frontend/src/containers/app/timeline/PlayButtonContainer.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/containers/app/timeline/PlayButtonContainer.js')
-rw-r--r--frontend/src/containers/app/timeline/PlayButtonContainer.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/frontend/src/containers/app/timeline/PlayButtonContainer.js b/frontend/src/containers/app/timeline/PlayButtonContainer.js
index e332f08b..9662d753 100644
--- a/frontend/src/containers/app/timeline/PlayButtonContainer.js
+++ b/frontend/src/containers/app/timeline/PlayButtonContainer.js
@@ -1,8 +1,5 @@
import { connect } from 'react-redux'
-import {
- pauseSimulation,
- playSimulation,
-} from '../../../actions/simulation/playback'
+import { pauseSimulation, playSimulation } from '../../../actions/simulation/playback'
import PlayButtonComponent from '../../../components/app/timeline/PlayButtonComponent'
const mapStateToProps = state => {