Skip to content

Commit 6f550d8

Browse files
authored
Merge pull request #39 from selemondev/chore/remove-unused-imports
chore: remove unused imports
2 parents d975184 + 72d4446 commit 6f550d8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/core/command/create-vue-next/install.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@ import { logger } from "../../../utils/logger";
33
import { createSpawnCmd } from "../../../utils/createSpawnCmd";
44
import ora from "ora";
55
import chalk from "chalk";
6-
import { join, resolve } from "path";
76
import { packageManagerExecutable } from "../../../utils/package-manager-executable";
8-
import { cwd } from "process";
9-
import { read, readFile, writeFile } from "fs-extra";
107
async function installDeps() {
118
// No output will be shown in the console
129
const cmdIgnore = createSpawnCmd(options.dest, "ignore");

0 commit comments

Comments
 (0)