We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1b2ebb commit 9ad19c6Copy full SHA for 9ad19c6
src/app/components/TimeTravel/MainSlider.tsx
src/app/containers/TravelContainer.tsx
@@ -1,6 +1,5 @@
1
/* eslint-disable max-len */
2
import React, { useState } from 'react';
3
-import MainSlider from '../components/TimeTravel/MainSlider';
4
import Dropdown from '../components/TimeTravel/Dropdown';
5
import {
6
playForward,
@@ -85,7 +84,6 @@ function TravelContainer(props: TravelContainerProps): JSX.Element {
85
84
>
86
{playing ? 'Pause' : 'Play'}
87
</Button>
88
- {/* <MainSlider className='main-slider' snapshotsLength={snapshotsLength} /> */}
89
<Button
90
variant='contained'
91
className='backward-button'
0 commit comments