1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-16 00:14:34 +02:00

Tools: Fixed build

This commit is contained in:
Laurent Cozic
2021-09-04 15:15:25 +01:00
parent 736bbbd8ed
commit f5891dfae8
9 changed files with 18 additions and 10 deletions

View File

@ -1,7 +1,7 @@
// AUTO-GENERATED using `gulp buildCommandIndex`
import * as focusElementNoteList from './focusElementNoteList';
const index: any[] = [
const index:any[] = [
focusElementNoteList,
];