diff --git a/packages/app-desktop/app.ts b/packages/app-desktop/app.ts index 679654c46..da60438f1 100644 --- a/packages/app-desktop/app.ts +++ b/packages/app-desktop/app.ts @@ -78,7 +78,7 @@ const commands = [ require('./gui/NoteEditor/commands/showRevisions'), require('./gui/NoteList/commands/focusElementNoteList'), require('./gui/NoteListControls/commands/focusSearch'), - require('./gui/SideBar/commands/focusElementSideBar'), + require('./gui/Sidebar/commands/focusElementSideBar'), ]; // Commands that are not tied to any particular component.