Skip to content

Commit

Permalink
🚨 fix import err
Browse files Browse the repository at this point in the history
  • Loading branch information
BTMuli committed Dec 18, 2024
1 parent 1c85a0b commit 2c2d9d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/common/PageAchi.vue
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ import showSnackbar from "@comp/func/snackbar.js";
import TuaAchiList from "@comp/userAchi/tua-achi-list.vue";
import TuaSeries from "@comp/userAchi/tua-series.vue";
import TSUserAchi from "@Sqlite/modules/userAchi.js";
import { path, window } from "@tauri-apps/api";
import { path } from "@tauri-apps/api";
import { listen, type UnlistenFn } from "@tauri-apps/api/event";
import { open, save } from "@tauri-apps/plugin-dialog";
import { writeTextFile } from "@tauri-apps/plugin-fs";
Expand Down

0 comments on commit 2c2d9d3

Please sign in to comment.