UNPKG

@jsxc/jsxc

Version:

Real-time XMPP chat application with video calls, file transfer and encrypted communication

11 lines (7 loc) 277 B
import Dialog from '../Dialog'; const commandHelpDialogTemplate = require('../../../template/commandHelpDialog.hbs'); export default function (categories) { let content = commandHelpDialogTemplate({ categories }); let dialog = new Dialog(content); dialog.open(); }