chore: update

This commit is contained in:
huzibaca
2024-09-25 21:20:36 +08:00
parent 1fb3b87697
commit d7f033bd46
4 changed files with 8 additions and 7 deletions

View File

@@ -6,7 +6,6 @@ import { useEffect } from "react";
import { useTranslation } from "react-i18next";
import { useLocation, useRoutes, useNavigate } from "react-router-dom";
import { List, Paper, ThemeProvider, SvgIcon } from "@mui/material";
import { listen } from "@tauri-apps/api/event";
import { getCurrentWebviewWindow } from "@tauri-apps/api/webviewWindow";
import { routers } from "./_routers";
import { getAxios } from "@/services/api";