mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-18 09:35:20 +02:00
22 lines
660 B
TypeScript
22 lines
660 B
TypeScript
// 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 renderMarkup from './renderMarkup';
|
|
import * as synchronize from './synchronize';
|
|
|
|
const index: any[] = [
|
|
deleteNote,
|
|
historyBackward,
|
|
historyForward,
|
|
openMasterPasswordDialog,
|
|
permanentlyDeleteNote,
|
|
renderMarkup,
|
|
synchronize,
|
|
];
|
|
|
|
export default index;
|
|
// AUTO-GENERATED using `gulp buildScriptIndexes`
|