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