From 0cc5ec0c20a4f4899052b8150ed8b097343fb532 Mon Sep 17 00:00:00 2001 From: hugos68 Date: Sat, 27 Jan 2024 22:27:51 +0100 Subject: [PATCH] Removed unused imports --- src/index.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/index.ts b/src/index.ts index 2da685e..a0a353d 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,5 +1,4 @@ -import { dirname, join } from 'path'; -import { fileURLToPath } from 'url'; +import { join } from 'path'; import { existsSync } from 'fs'; import { execSync } from 'child_process'; import { green } from 'colorette';