Browse Source

eliminate conflict

WESEEK Kaito 6 years ago
parent
commit
d79e963042
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/client/js/app.jsx

+ 2 - 0
src/client/js/app.jsx

@@ -41,6 +41,7 @@ import CustomHeaderEditor from './components/Admin/CustomHeaderEditor';
 import AdminRebuildSearch from './components/Admin/AdminRebuildSearch';
 import AdminRebuildSearch from './components/Admin/AdminRebuildSearch';
 import MarkdownSetting from './components/Admin/MarkdownSetting/MarkDownSetting';
 import MarkdownSetting from './components/Admin/MarkdownSetting/MarkDownSetting';
 import Users from './components/Admin/Users/Users';
 import Users from './components/Admin/Users/Users';
+import ManageExternalAccount from './components/Admin/Users/ManageExternalAccount';
 import UserGroupPage from './components/Admin/UserGroup/UserGroupPage';
 import UserGroupPage from './components/Admin/UserGroup/UserGroupPage';
 import Customize from './components/Admin/Customize/Customize';
 import Customize from './components/Admin/Customize/Customize';
 import Importer from './components/Admin/Importer';
 import Importer from './components/Admin/Importer';
@@ -110,6 +111,7 @@ let componentMappings = {
 
 
   'admin-full-text-search-management': <FullTextSearchManagement />,
   'admin-full-text-search-management': <FullTextSearchManagement />,
   'admin-customize': <Customize />,
   'admin-customize': <Customize />,
+  'admin-external-account-setting': <ManageExternalAccount />,
 
 
   'staff-credit': <StaffCredit />,
   'staff-credit': <StaffCredit />,
   'admin-importer': <Importer />,
   'admin-importer': <Importer />,