1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-12 08:54:00 +02:00
joplin/packages/lib/commands/index.ts
2021-09-04 15:15:25 +01:00

14 lines
348 B
TypeScript

// AUTO-GENERATED using `gulp buildCommandIndex`
import * as historyBackward from './historyBackward';
import * as historyForward from './historyForward';
import * as synchronize from './synchronize';
const index:any[] = [
historyBackward,
historyForward,
synchronize,
];
export default index;
// AUTO-GENERATED using `gulp buildCommandIndex`