1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-17 18:44:45 +02:00

13 lines
314 B
TypeScript
Raw Normal View History

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