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