6 lines
102 B
TypeScript
Raw Permalink Normal View History

import { googlechatPlugin } from "./src/channel.js";
export default {
plugin: googlechatPlugin,
};