1
0
Fork 1
mirror of https://example.com synced 2024-11-22 07:16:39 +09:00

dev: remove unused import

This commit is contained in:
naskya 2024-01-31 14:34:28 +09:00
parent 1f37c0c5a3
commit 3ba266448c
Signed by: naskya
GPG key ID: 712D413B3A9FED5C

View file

@ -1,4 +1,3 @@
import fs from "node:fs";
import path, { join } from "node:path";
import { fileURLToPath } from "node:url";
import { execa } from "execa";