2021-09-04 14:43:25 +02:00
|
|
|
// AUTO-GENERATED using `gulp buildCommandIndex`
|
|
|
|
import * as historyBackward from './historyBackward';
|
|
|
|
import * as historyForward from './historyForward';
|
2021-10-03 17:00:49 +02:00
|
|
|
import * as openMasterPasswordDialog from './openMasterPasswordDialog';
|
2021-09-04 14:43:25 +02:00
|
|
|
import * as synchronize from './synchronize';
|
|
|
|
|
2021-09-04 16:15:25 +02:00
|
|
|
const index:any[] = [
|
2021-09-04 14:43:25 +02:00
|
|
|
historyBackward,
|
|
|
|
historyForward,
|
2021-10-03 17:00:49 +02:00
|
|
|
openMasterPasswordDialog,
|
2021-09-04 14:43:25 +02:00
|
|
|
synchronize,
|
|
|
|
];
|
|
|
|
|
|
|
|
export default index;
|
|
|
|
// AUTO-GENERATED using `gulp buildCommandIndex`
|