Skip to content

Commit

Permalink
Removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugos68 committed Jan 27, 2024
1 parent 86399b4 commit 0cc5ec0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

0 comments on commit 0cc5ec0

Please sign in to comment.