2024-01-04 17:18:57 +00:00
|
|
|
// AUTO-GENERATED using `gulp buildScriptIndexes`
|
2021-09-04 13:43:25 +01:00
|
|
|
import * as focusElementNoteBody from './focusElementNoteBody';
|
|
|
|
import * as focusElementNoteTitle from './focusElementNoteTitle';
|
2023-02-13 16:16:33 -03:00
|
|
|
import * as pasteAsText from './pasteAsText';
|
2021-09-04 13:43:25 +01:00
|
|
|
import * as showLocalSearch from './showLocalSearch';
|
|
|
|
import * as showRevisions from './showRevisions';
|
|
|
|
|
2024-01-05 09:46:53 +00:00
|
|
|
const index: any[] = [
|
2021-09-04 13:43:25 +01:00
|
|
|
focusElementNoteBody,
|
|
|
|
focusElementNoteTitle,
|
2023-02-13 16:16:33 -03:00
|
|
|
pasteAsText,
|
2021-09-04 13:43:25 +01:00
|
|
|
showLocalSearch,
|
|
|
|
showRevisions,
|
|
|
|
];
|
|
|
|
|
|
|
|
export default index;
|
2024-01-04 17:18:57 +00:00
|
|
|
// AUTO-GENERATED using `gulp buildScriptIndexes`
|