From 570ca7608700d48bc35b8a20f859a1606d838050 Mon Sep 17 00:00:00 2001 From: Subhamoy Biswas Date: Mon, 2 Mar 2026 09:53:30 +0530 Subject: [PATCH] fix: fs api import --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index edebfba..abb8128 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -11,7 +11,7 @@ import { useUpdateDownloadStatus } from "@/services/mutations"; import { useQueryClient } from "@tanstack/react-query"; import { useFetchAllDownloadStates, useFetchAllkVPairs, useFetchAllSettings } from "@/services/queries"; import { config } from "@/config"; -import * as fs from "@tauri-apps/plugin-fs"; +// import * as fs from "@tauri-apps/plugin-fs"; import { useYtDlpUpdater } from "@/helpers/use-ytdlp-updater"; import { getVersion } from "@tauri-apps/api/app"; import { getCurrentWebviewWindow } from "@tauri-apps/api/webviewWindow";