|
|
@@ -6,7 +6,7 @@ import Xss from '@commons/service/xss';
|
|
|
import GrowiNavbar from './components/Navbar/GrowiNavbar';
|
|
|
import GrowiNavbarBottom from './components/Navbar/GrowiNavbarBottom';
|
|
|
import Sidebar from './components/Sidebar';
|
|
|
-import Hotkeys from './components/Hotkeys/Hotkeys';
|
|
|
+import HotkeysManager from './components/Hotkeys/HotkeysManager';
|
|
|
import Fab from './components/Fab';
|
|
|
|
|
|
import AppContainer from './services/AppContainer';
|
|
|
@@ -45,7 +45,7 @@ const componentMappings = {
|
|
|
|
|
|
'grw-sidebar-wrapper': <Sidebar />,
|
|
|
|
|
|
- 'grw-hotkeys': <Hotkeys />,
|
|
|
+ 'grw-hotkeys-manager': <HotkeysManager />,
|
|
|
|
|
|
'grw-fab-container': <Fab />,
|
|
|
};
|