refactor: remove remaining extension src imports

This commit is contained in:
Peter Steinberger
2026-03-17 19:48:47 -07:00
parent 055632460d
commit 5b2c5ee2bc
20 changed files with 136 additions and 16 deletions

View File

@@ -1,11 +1,11 @@
import {
DEFAULT_ACCOUNT_ID,
listLineAccountIds,
normalizeAccountId,
resolveLineAccount,
type ChannelSetupAdapter,
type LineConfig,
type OpenClawConfig,
} from "openclaw/plugin-sdk/line-core";
import type { ChannelSetupAdapter, OpenClawConfig } from "openclaw/plugin-sdk/setup";
const channel = "line" as const;
@@ -158,4 +158,4 @@ export const lineSetupAdapter: ChannelSetupAdapter = {
},
};
export { listLineAccountIds } from "openclaw/plugin-sdk/line-core";
export { listLineAccountIds };