Skip to content

Commit a858686

Browse files
committed
remove uneeded import
1 parent f75563a commit a858686

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

buildnode.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import * as swc from "@swc/core";
22
import path from "node:path";
33
import {fileURLToPath} from "node:url";
44
import {promises as fs} from "fs";
5-
import child_process from "child_process";
65

76
const __filename = fileURLToPath(import.meta.url);
87
const __dirname = path.dirname(__filename);

0 commit comments

Comments
 (0)