fix: fixing download sources migration

This commit is contained in:
Chubby Granny Chaser 2024-12-23 00:07:35 +00:00
parent c9f8148acf
commit 4607665908
No known key found for this signature in database

View File

@ -12,7 +12,7 @@ import { SPACING_UNIT, vars } from "@renderer/theme.css";
import { downloadSourcesTable } from "@renderer/dexie"; import { downloadSourcesTable } from "@renderer/dexie";
import { steamUrlBuilder } from "@shared"; import { steamUrlBuilder } from "@shared";
import { buildGameDetailsPath } from "@renderer/helpers"; import { buildGameDetailsPath } from "@renderer/helpers";
import { useNavigate, useSearchParams } from "react-router-dom"; import { useNavigate } from "react-router-dom";
import { FilterSection } from "./filter-section"; import { FilterSection } from "./filter-section";
import { setSearch } from "@renderer/features"; import { setSearch } from "@renderer/features";
import { useTranslation } from "react-i18next"; import { useTranslation } from "react-i18next";