chore(lint): biome import order

This commit is contained in:
Peter Steinberger
2026-01-09 09:27:18 +01:00
parent 8dd2286e3e
commit 89132fdd25
8 changed files with 19 additions and 10 deletions

View File

@@ -12,12 +12,12 @@ import {
text,
} from "@clack/prompts";
import { createCliProgress } from "../cli/progress.js";
import { theme } from "../terminal/theme.js";
import {
stylePromptHint,
stylePromptMessage,
stylePromptTitle,
} from "../terminal/prompt-style.js";
import { theme } from "../terminal/theme.js";
import type { WizardProgress, WizardPrompter } from "./prompts.js";
import { WizardCancelledError } from "./prompts.js";