Skip to content

Commit ea5c282

Browse files
committed
🔧 chore(feature): 修复模块导入顺序
1 parent a030ceb commit ea5c282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/cup-script.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { loggerWarring } from "@/helper";
21
import { clear } from "@/command/clear";
2+
import { loggerWarring } from "@/helper";
33

44
async function clearDist() {
55
try {

0 commit comments

Comments
 (0)