Skip to content

Commit 3bad2f5

Browse files
committed
fix: 修复错误导入路径问题
1 parent c115c77 commit 3bad2f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utilities/type.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { QuesItemType } from "@/utilities/constMap.ts";
2-
import { QuesStatus, QuesType } from "../../utilities/constMap";
2+
import { QuesStatus, QuesType } from "@/utilities/constMap";
33

44
interface BaseConfig {
55
dayLimit: number;

0 commit comments

Comments
 (0)