fix: remove unused imports causing CI failure

This commit is contained in:
NimBold
2026-06-15 13:35:58 +03:30
parent 9e26be5b2c
commit 503e69a499
2 changed files with 1 additions and 6 deletions
-5
View File
@@ -5,11 +5,6 @@ import type { DownloadStatus } from '../bindings/DownloadStatus';
import type { ExtensionDownload } from '../bindings/ExtensionDownload';
import type { Queue } from '../bindings/Queue';
import { useSettingsStore } from './useSettingsStore';
import {
categoryForFileName,
fileNameFromUrl,
isMediaUrl
} from '../utils/downloads';
export type { DownloadCategory } from '../utils/downloads';