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