mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-18 13:30:48 +00:00
6 lines
106 B
TypeScript
6 lines
106 B
TypeScript
import { lineSetupPlugin } from "./src/channel.setup.js";
|
|
|
|
export default {
|
|
plugin: lineSetupPlugin,
|
|
};
|