2024-12-11 04:31:05 -08:00
|
|
|
// AUTO-GENERATED using `gulp buildScriptIndexes`
|
|
|
|
import * as attachFile from './attachFile';
|
|
|
|
import * as hideKeyboard from './hideKeyboard';
|
2025-01-06 02:52:43 -08:00
|
|
|
import * as insertDateTime from './insertDateTime';
|
2024-12-11 04:31:05 -08:00
|
|
|
import * as setTags from './setTags';
|
2024-12-13 04:55:37 -08:00
|
|
|
import * as toggleVisiblePanes from './toggleVisiblePanes';
|
2024-12-11 04:31:05 -08:00
|
|
|
|
|
|
|
const index: any[] = [
|
|
|
|
attachFile,
|
|
|
|
hideKeyboard,
|
2025-01-06 02:52:43 -08:00
|
|
|
insertDateTime,
|
2024-12-11 04:31:05 -08:00
|
|
|
setTags,
|
2024-12-13 04:55:37 -08:00
|
|
|
toggleVisiblePanes,
|
2024-12-11 04:31:05 -08:00
|
|
|
];
|
|
|
|
|
|
|
|
export default index;
|
|
|
|
// AUTO-GENERATED using `gulp buildScriptIndexes`
|