remove uneeded import

This commit is contained in:
MathMan05 2025-05-02 14:24:07 -05:00
parent f75563acd5
commit a858686dc5

View file

@ -2,7 +2,6 @@ import * as swc from "@swc/core";
import path from "node:path";
import {fileURLToPath} from "node:url";
import {promises as fs} from "fs";
import child_process from "child_process";
const __filename = fileURLToPath(import.meta.url);
const __dirname = path.dirname(__filename);