Skip to content

Commit

Permalink
fix: removing unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
thegrannychaseroperation committed Apr 16, 2024
1 parent d126b5c commit aade13f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/renderer/pages/game-details/hero-panel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,7 @@ import { useDownload, useLibrary } from "@renderer/hooks";
import type { Game, ShopDetails } from "@types";

import { formatDownloadProgress } from "@renderer/helpers";
import {
HeartFillIcon,
HeartIcon,
NoEntryIcon,
PlusCircleIcon,
} from "@primer/octicons-react";
import { NoEntryIcon, PlusCircleIcon } from "@primer/octicons-react";
import { BinaryNotFoundModal } from "../shared-modals/binary-not-found-modal";
import { DeleteModal } from "./delete-modal";
import * as styles from "./hero-panel.css";
Expand Down

0 comments on commit aade13f

Please sign in to comment.