diff --git a/frontend/app/components/Session/Player/LivePlayer/LiveControls.tsx b/frontend/app/components/Session/Player/LivePlayer/LiveControls.tsx index c17902380..7a5ccb8d3 100644 --- a/frontend/app/components/Session/Player/LivePlayer/LiveControls.tsx +++ b/frontend/app/components/Session/Player/LivePlayer/LiveControls.tsx @@ -14,7 +14,7 @@ import { fetchSessions } from 'Duck/liveSearch'; import AssistDuration from './AssistDuration'; import Timeline from './Timeline'; import ControlButton from 'Components/Session_/Player/Controls/ControlButton'; - +import { SKIP_INTERVALS } from 'Components/Session_/Player/Controls/Controls' import styles from 'Components/Session_/Player/Controls/controls.module.css'; function Controls(props: any) { diff --git a/frontend/app/components/Session_/Player/Controls/Controls.tsx b/frontend/app/components/Session_/Player/Controls/Controls.tsx index 37d8bdbef..0ee93cf92 100644 --- a/frontend/app/components/Session_/Player/Controls/Controls.tsx +++ b/frontend/app/components/Session_/Player/Controls/Controls.tsx @@ -31,7 +31,7 @@ import PlayerControls from './components/PlayerControls'; import styles from './controls.module.css'; import XRayButton from 'Shared/XRayButton'; -const SKIP_INTERVALS = { +export const SKIP_INTERVALS = { 2: 2e3, 5: 5e3, 10: 1e4,