const { showSaveDialog, showOpenDialog } = require("./dialog"); module.exports = { showSaveDialog, showOpenDialog, };