Skip to content

Commit 2c265e6

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/utils/auth.ts

+1-1
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)