pinafore/src/routes/_components/dialog/asyncDialogs/importShowShortcutHelpDialo...

4 wiersze
124 B
JavaScript

export const importShowShortcutHelpDialog = () => import(
'../creators/showShortcutHelpDialog'
).then(mod => mod.default)