diff --git a/src/main/types.ts b/src/main/types.ts index c4b70bc5..2779bdfd 100644 --- a/src/main/types.ts +++ b/src/main/types.ts @@ -1,5 +1,4 @@ import { Size } from 'electron'; -import { uniqueId } from 'lodash'; import { RawChallengeModeTimelineSegment } from './keystone'; import { VideoCategory } from '../types/VideoCategory'; import ConfigService from './ConfigService';