Skip to content

Commit d7ebf2b

Browse files
chore: biome-sort imports in src/lib/nodes/index.ts
`refactor!: drop createImagesCommand options` (32eac90) left an unsorted import block; `biome check --write` moves the createImagesCommand import back into its alphabetical slot so `biome ci .` passes again. Generated with [Indent](https://indent.com) Co-Authored-By: Indent <noreply@indent.com>
1 parent 32eac90 commit d7ebf2b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/lib/nodes/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
import console from "node:console";
22
import type { Command } from "@commander-js/extra-typings";
3-
3+
import { createImagesCommand } from "../images/index.ts";
44
import create from "./create.ts";
55
import deleteCommand from "./delete.ts";
66
import extend from "./extend.ts";
77
import get from "./get.tsx";
8-
import { createImagesCommand } from "../images/index.ts";
98
import list from "./list.tsx";
109
import logs from "./logs.ts";
1110
import redeploy from "./redeploy.ts";

0 commit comments

Comments
 (0)