Skip to content

Commit c79d3b3

Browse files
committed
duplicate import fix
1 parent 137e9c6 commit c79d3b3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/stack-cli/src/commands/project.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { Command } from "commander";
2-
import { resolveLoginConfig, resolveSessionAuth } from "../lib/auth.js";
32
import { getInternalUser } from "../lib/app.js";
4-
import { createProjectInteractively } from "../lib/create-project.js";
3+
import { resolveLoginConfig, resolveSessionAuth } from "../lib/auth.js";
54
import { createProjectInteractively } from "../lib/create-project.js";
65

76
export function registerProjectCommand(program: Command) {

0 commit comments

Comments
 (0)