Skip to content

Commit 3824833

Browse files
Fix import statement formatting in the web build
This was an error on my (@CountBleck) part. Co-authored-by: Congcong Cai <congcongcai0907@163.com>
1 parent d388cfb commit 3824833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build-web.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {dirname, join} from "path";
1+
import { dirname, join } from "path";
22
import fs from "fs";
33
import { fileURLToPath } from "url";
44

0 commit comments

Comments
 (0)