mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-18 09:35:20 +02:00
15 lines
362 B
TypeScript
15 lines
362 B
TypeScript
// AUTO-GENERATED using `gulp buildScriptIndexes`
|
|
import * as newNote from './newNote';
|
|
import * as openItem from './openItem';
|
|
import * as openNote from './openNote';
|
|
import * as scrollToHash from './scrollToHash';
|
|
|
|
const index: any[] = [
|
|
newNote,
|
|
openItem,
|
|
openNote,
|
|
scrollToHash,
|
|
];
|
|
|
|
export default index;
|
|
// AUTO-GENERATED using `gulp buildScriptIndexes`
|