1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-02-01 19:15:01 +02:00

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