mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-12 08:54:00 +02:00
13 lines
314 B
TypeScript
13 lines
314 B
TypeScript
// 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`
|