Skip to content

Commit 9ca7ae4

Browse files
committed
chore: remove unused imports
1 parent c448ade commit 9ca7ae4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/commands/init.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
import { writeFile } from 'node:fs/promises'
21
import { downloadTemplate, startShell } from 'giget'
32
import type { DownloadTemplateResult } from 'giget'
4-
import { join, relative, resolve } from 'pathe'
3+
import { relative, resolve } from 'pathe'
54
import { consola } from 'consola'
65
import { installDependencies } from 'nypm'
76
import type { PackageManagerName } from 'nypm'

0 commit comments

Comments
 (0)