Vanessa 2023-06-24 17:50:51 +08:00
parent 512d15425a
commit 385c823030

View file

@ -0,0 +1,8 @@
import {Dialog} from "../dialog";
export const commandPanel = () => {
const panel = new Dialog({
title: window.siyuan.languages.commandPanel,
content:`<div></div>`
})
}