You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-06 23:56:13 +02:00
17 lines
467 B
TypeScript
17 lines
467 B
TypeScript
// AUTO-GENERATED using `gulp buildScriptIndexes`
|
|
import * as attachFile from './attachFile';
|
|
import * as hideKeyboard from './hideKeyboard';
|
|
import * as insertDateTime from './insertDateTime';
|
|
import * as setTags from './setTags';
|
|
import * as toggleVisiblePanes from './toggleVisiblePanes';
|
|
|
|
const index: any[] = [
|
|
attachFile,
|
|
hideKeyboard,
|
|
insertDateTime,
|
|
setTags,
|
|
toggleVisiblePanes,
|
|
];
|
|
|
|
export default index;
|
|
// AUTO-GENERATED using `gulp buildScriptIndexes`
|