7 lines
142 B
TypeScript
Raw Permalink Normal View History

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