mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-22 07:20:59 +00:00
6 lines
96 B
TypeScript
6 lines
96 B
TypeScript
import { msteamsPlugin } from "./src/channel.js";
|
|
|
|
export default {
|
|
plugin: msteamsPlugin,
|
|
};
|