Skip to content

Commit 2c265e6

Browse files
committed
style: fix order
1 parent 8eac7b3 commit 2c265e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/cli/utils/auth.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import open from "open";
66
import { authStore } from "../stores/auth.js";
77
import { configStore } from "../stores/config.js";
88

9-
import { errorUrl, loginUrl, successUrl } from "./urls.js";
109
import { ParamType } from "./types.js";
10+
import { errorUrl, loginUrl, successUrl } from "./urls.js";
1111

1212
interface waitForAccessToken {
1313
accessToken: string;

0 commit comments

Comments
 (0)