1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-19 20:31:46 +02:00

Chore: Update command index

This commit is contained in:
Laurent Cozic 2024-11-17 16:23:51 +00:00
parent 4d7fa5972f
commit 0868db8c5d

View File

@ -6,7 +6,6 @@ import * as duplicateNote from './duplicateNote';
import * as editAlarm from './editAlarm';
import * as exportPdf from './exportPdf';
import * as gotoAnything from './gotoAnything';
import * as hideEditorPlugin from './hideEditorPlugin';
import * as hideModalMessage from './hideModalMessage';
import * as leaveSharedFolder from './leaveSharedFolder';
import * as moveToFolder from './moveToFolder';
@ -57,7 +56,6 @@ const index: any[] = [
editAlarm,
exportPdf,
gotoAnything,
hideEditorPlugin,
hideModalMessage,
leaveSharedFolder,
moveToFolder,