1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-12 08:54:00 +02:00
joplin/packages/lib/commands/index.ts

16 lines
447 B
TypeScript
Raw Normal View History

// 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';
2021-09-04 16:15:25 +02:00
const index:any[] = [
historyBackward,
historyForward,
openMasterPasswordDialog,
synchronize,
];
export default index;
// AUTO-GENERATED using `gulp buildCommandIndex`