Skip to content

Commit e61d334

Browse files
committed
chore: import join
1 parent cdf8a08 commit e61d334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nuxi/src/commands/init.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { colors } from 'consola/utils'
1010
import { downloadTemplate, startShell } from 'giget'
1111
import { installDependencies } from 'nypm'
1212
import { $fetch } from 'ofetch'
13-
import { relative, resolve } from 'pathe'
13+
import { join, relative, resolve } from 'pathe'
1414
import { hasTTY } from 'std-env'
1515

1616
import { x } from 'tinyexec'

0 commit comments

Comments
 (0)