mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-09 08:45:55 +02:00
c758377188
Also improved SCSS support, which was needed for the master password dialog.
16 lines
447 B
TypeScript
16 lines
447 B
TypeScript
// AUTO-GENERATED using `gulp buildCommandIndex`
|
|
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 buildCommandIndex`
|