mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-15 08:23:02 -03:00
style: format imports in download-group.tsx for improved readability
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user