mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-03 08:35:29 +02:00
16 lines
450 B
TypeScript
16 lines
450 B
TypeScript
// AUTO-GENERATED using `gulp buildScriptIndexes`
|
|
import * as historyBackward from './historyBackward';
|
|
import * as historyForward from './historyForward';
|
|
import * as openMasterPasswordDialog from './openMasterPasswordDialog';
|
|
import * as synchronize from './synchronize';
|
|
|
|
const index: any[] = [
|
|
historyBackward,
|
|
historyForward,
|
|
openMasterPasswordDialog,
|
|
synchronize,
|
|
];
|
|
|
|
export default index;
|
|
// AUTO-GENERATED using `gulp buildScriptIndexes`
|