fix(line): remove setup api barrel back-edge

This commit is contained in:
Vincent Koc
2026-04-10 07:49:35 +01:00
parent 503b43f43f
commit f5352b5611

View File

@@ -1,4 +1,4 @@
import { type ChannelPlugin, type ResolvedLineAccount } from "../api.js";
import { type ChannelPlugin, type ResolvedLineAccount } from "./channel-api.js";
import { lineChannelPluginCommon } from "./channel-shared.js";
import { lineSetupAdapter } from "./setup-core.js";
import { lineSetupWizard } from "./setup-surface.js";