Skip to content

Commit 3c9ca56

Browse files
Merge pull request #3 from oslabs-beta/playButton
Play button
2 parents b37660a + 84215d6 commit 3c9ca56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/containers/TravelContainer.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import PropTypes from 'prop-types';
33
import MainSlider from '../components/MainSlider';
44
import Dropdown from '../components/Dropdown';
55
import {
6-
playForward, pause, startPlaying, moveForward, moveBackward,
6+
playForward, pause, startPlaying, moveForward, moveBackward, resetSlider
77
} from '../actions/actions';
88
import { useStoreContext } from '../store';
99

0 commit comments

Comments
 (0)