diff --git a/src/renderer/src/pages/game-details/game-details-skeleton.tsx b/src/renderer/src/pages/game-details/game-details-skeleton.tsx
index be481247..b50f88d8 100644
--- a/src/renderer/src/pages/game-details/game-details-skeleton.tsx
+++ b/src/renderer/src/pages/game-details/game-details-skeleton.tsx
@@ -6,7 +6,6 @@ import * as styles from "./game-details.css";
import * as sidebarStyles from "./sidebar/sidebar.css";
import { useTranslation } from "react-i18next";
-import { ShareAndroidIcon } from "@primer/octicons-react";
export function GameDetailsSkeleton() {
const { t } = useTranslation("game_details");
@@ -29,10 +28,6 @@ export function GameDetailsSkeleton() {