mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-15 09:04:04 +02:00
14 lines
349 B
TypeScript
14 lines
349 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`
|