Fix remove unused import

This commit is contained in:
MerlinScheurer
2025-01-31 17:58:41 +01:00
parent 45da47f99b
commit 2c8fb72e47

View File

@@ -1,5 +1,4 @@
import updateVideoProgressById from '../api/actions/updateVideoProgressById'; import updateVideoProgressById from '../api/actions/updateVideoProgressById';
import updateWatchedState from '../api/actions/updateWatchedState';
import { SponsorBlockSegmentType, SponsorBlockType, VideoResponseType } from '../pages/Video'; import { SponsorBlockSegmentType, SponsorBlockType, VideoResponseType } from '../pages/Video';
import { import {
Dispatch, Dispatch,