2024-01-04 17:18:57 +00:00
|
|
|
// AUTO-GENERATED using `gulp buildScriptIndexes`
|
2024-09-21 05:05:27 -07:00
|
|
|
import * as deleteNote from './deleteNote';
|
2021-09-04 13:43:25 +01:00
|
|
|
import * as historyBackward from './historyBackward';
|
|
|
|
import * as historyForward from './historyForward';
|
2021-10-03 16:00:49 +01:00
|
|
|
import * as openMasterPasswordDialog from './openMasterPasswordDialog';
|
2024-09-21 05:05:27 -07:00
|
|
|
import * as permanentlyDeleteNote from './permanentlyDeleteNote';
|
2021-09-04 13:43:25 +01:00
|
|
|
import * as synchronize from './synchronize';
|
|
|
|
|
2024-01-05 09:46:53 +00:00
|
|
|
const index: any[] = [
|
2024-09-21 05:05:27 -07:00
|
|
|
deleteNote,
|
2021-09-04 13:43:25 +01:00
|
|
|
historyBackward,
|
|
|
|
historyForward,
|
2021-10-03 16:00:49 +01:00
|
|
|
openMasterPasswordDialog,
|
2024-09-21 05:05:27 -07:00
|
|
|
permanentlyDeleteNote,
|
2021-09-04 13:43:25 +01:00
|
|
|
synchronize,
|
|
|
|
];
|
|
|
|
|
|
|
|
export default index;
|
2024-01-04 17:18:57 +00:00
|
|
|
// AUTO-GENERATED using `gulp buildScriptIndexes`
|