2
0
Эх сурвалжийг харах

refactor FixedControls -> Fav

Yuki Takei 6 жил өмнө
parent
commit
678a7fc6e5

+ 2 - 2
src/client/js/base.jsx

@@ -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 FixedControls from './components/FixedControls';
+import Fav from './components/Fav';
 import StaffCredit from './components/StaffCredit/StaffCredit';
 
 import AppContainer from './services/AppContainer';
@@ -45,7 +45,7 @@ const componentMappings = {
 
   'grw-sidebar-wrapper': <Sidebar />,
 
-  'grw-fixed-controls-container': <FixedControls />,
+  'grw-fixed-controls-container': <Fav />,
 
   'staff-credit': <StaffCredit />,
 };

+ 0 - 0
src/client/js/components/FixedControls.jsx → src/client/js/components/Fav.jsx