refactor: remove type-only import cycles

This commit is contained in:
Peter Steinberger
2026-04-10 15:13:57 +01:00
parent fe1fd055d5
commit 9fd08f9d0f
37 changed files with 785 additions and 693 deletions

View File

@@ -1,4 +1,4 @@
import type { ChannelSetupWizard } from "../channels/plugins/setup-wizard.js";
import type { ChannelSetupWizard } from "../channels/plugins/setup-wizard-types.js";
import type { ChannelSetupAdapter } from "../channels/plugins/types.adapters.js";
import { DEFAULT_ACCOUNT_ID } from "../routing/session-key.js";
import { formatDocsLink } from "../terminal/links.js";