style: format imports in download-group.tsx for improved readability

This commit is contained in:
Chubby Granny Chaser
2025-11-30 05:14:48 +00:00
parent bf8b3ca836
commit 7e0002cf95

View File

@@ -6,7 +6,12 @@ import { formatDownloadProgress } from "@renderer/helpers";
import { Downloader, formatBytes, formatBytesToMbps } from "@shared";
import { addMilliseconds } from "date-fns";
import { DOWNLOADER_NAME } from "@renderer/constants";
import { useAppSelector, useDownload, useLibrary, useDate } from "@renderer/hooks";
import {
useAppSelector,
useDownload,
useLibrary,
useDate,
} from "@renderer/hooks";
import "./download-group.scss";
import { useTranslation } from "react-i18next";