chore: remove unused imports

This commit is contained in:
wonfen
2025-06-23 00:06:47 +08:00
parent fee08f3826
commit 628de70e89
21 changed files with 25 additions and 194 deletions

View File

@@ -21,7 +21,6 @@ import { useCustomTheme } from "@/components/layout/use-custom-theme";
import getSystem from "@/utils/get-system";
import "dayjs/locale/ru";
import "dayjs/locale/zh-cn";
import { getPortableFlag } from "@/services/cmds";
import React from "react";
import { useListen } from "@/hooks/use-listen";
import { listen } from "@tauri-apps/api/event";