joplin/packages/lib/commands/index.ts

16 lines
447 B
TypeScript

// AUTO-GENERATED using `gulp buildCommandIndex`
import * as historyBackward from './historyBackward';
import * as historyForward from './historyForward';
import * as openMasterPasswordDialog from './openMasterPasswordDialog';
import * as synchronize from './synchronize';
const index:any[] = [
historyBackward,
historyForward,
openMasterPasswordDialog,
synchronize,
];
export default index;
// AUTO-GENERATED using `gulp buildCommandIndex`