6 lines
102 B
TypeScript
6 lines
102 B
TypeScript
|
|
import { mattermostPlugin } from "./src/channel.js";
|
||
|
|
|
||
|
|
export default {
|
||
|
|
plugin: mattermostPlugin,
|
||
|
|
};
|