import {Dialog} from "../dialog"; export const commandPanel = () => { const panel = new Dialog({ title: window.siyuan.languages.commandPanel, content:`
` }) }