1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-16 00:14:34 +02:00

Chore: Automatically build migration index

This commit is contained in:
Laurent Cozic
2024-01-04 17:18:57 +00:00
parent 9aa7240d5e
commit a281163353
15 changed files with 69 additions and 41 deletions

View File

@ -1,4 +1,4 @@
// AUTO-GENERATED using `gulp buildCommandIndex`
// AUTO-GENERATED using `gulp buildScriptIndexes`
import * as historyBackward from './historyBackward';
import * as historyForward from './historyForward';
import * as openMasterPasswordDialog from './openMasterPasswordDialog';
@ -12,4 +12,4 @@ const index:any[] = [
];
export default index;
// AUTO-GENERATED using `gulp buildCommandIndex`
// AUTO-GENERATED using `gulp buildScriptIndexes`