diff --git a/src/renderer/src/context/game-details/game-details.context.tsx b/src/renderer/src/context/game-details/game-details.context.tsx index cac9b7cc..9e36a5ea 100644 --- a/src/renderer/src/context/game-details/game-details.context.tsx +++ b/src/renderer/src/context/game-details/game-details.context.tsx @@ -1,10 +1,4 @@ -import { - createContext, - useCallback, - useEffect, - useMemo, - useState, -} from "react"; +import { createContext, useCallback, useEffect, useState } from "react"; import { useParams, useSearchParams } from "react-router-dom"; import { setHeaderTitle } from "@renderer/features";