2021-09-04 14:43:25 +02:00
|
|
|
// AUTO-GENERATED using `gulp buildCommandIndex`
|
|
|
|
import * as focusElementNoteBody from './focusElementNoteBody';
|
|
|
|
import * as focusElementNoteTitle from './focusElementNoteTitle';
|
2023-02-13 21:16:33 +02:00
|
|
|
import * as pasteAsText from './pasteAsText';
|
2021-09-04 14:43:25 +02:00
|
|
|
import * as showLocalSearch from './showLocalSearch';
|
|
|
|
import * as showRevisions from './showRevisions';
|
|
|
|
|
2021-09-04 16:15:25 +02:00
|
|
|
const index:any[] = [
|
2021-09-04 14:43:25 +02:00
|
|
|
focusElementNoteBody,
|
|
|
|
focusElementNoteTitle,
|
2023-02-13 21:16:33 +02:00
|
|
|
pasteAsText,
|
2021-09-04 14:43:25 +02:00
|
|
|
showLocalSearch,
|
|
|
|
showRevisions,
|
|
|
|
];
|
|
|
|
|
|
|
|
export default index;
|
|
|
|
// AUTO-GENERATED using `gulp buildCommandIndex`
|