1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-21 09:38:01 +02:00
joplin/packages/app-mobile/components/screens/Note/commands/index.ts

13 lines
317 B
TypeScript

// AUTO-GENERATED using `gulp buildScriptIndexes`
import * as attachFile from './attachFile';
import * as hideKeyboard from './hideKeyboard';
import * as setTags from './setTags';
const index: any[] = [
attachFile,
hideKeyboard,
setTags,
];
export default index;
// AUTO-GENERATED using `gulp buildScriptIndexes`