mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-18 09:35:20 +02:00
16 lines
463 B
TypeScript
16 lines
463 B
TypeScript
|
// AUTO-GENERATED using `gulp buildCommandIndex`
|
||
|
import * as focusElementNoteBody from './focusElementNoteBody';
|
||
|
import * as focusElementNoteTitle from './focusElementNoteTitle';
|
||
|
import * as showLocalSearch from './showLocalSearch';
|
||
|
import * as showRevisions from './showRevisions';
|
||
|
|
||
|
const index: any[] = [
|
||
|
focusElementNoteBody,
|
||
|
focusElementNoteTitle,
|
||
|
showLocalSearch,
|
||
|
showRevisions,
|
||
|
];
|
||
|
|
||
|
export default index;
|
||
|
// AUTO-GENERATED using `gulp buildCommandIndex`
|