From df6d146c8419fd5bcbd21a7da197d7edd0ca1993 Mon Sep 17 00:00:00 2001 From: Caleb John Date: Sun, 17 Jan 2021 04:34:37 -0700 Subject: [PATCH] SideBar -> Sidebar in app.ts (#4375) --- packages/app-desktop/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.