yusuketk 6 лет назад
Родитель
Сommit
d06a62b9d9

+ 0 - 6
src/client/js/components/Admin/App/AppSetting.jsx

@@ -1,22 +1,16 @@
 import React from 'react';
 import PropTypes from 'prop-types';
 import { withTranslation } from 'react-i18next';
-import loggerFactory from '@alias/logger';
 
 import { createSubscribedElement } from '../../UnstatedUtils';
-import { toastSuccess, toastError } from '../../../util/apiNotification';
 
 import AppContainer from '../../../services/AppContainer';
 
-const logger = loggerFactory('growi:importer');
-
 class AppSetting extends React.Component {
 
   constructor(props) {
     super(props);
 
-    const { appContainer } = this.props;
-
     this.state = {
     };
   }

+ 0 - 5
src/client/js/components/Admin/App/AwsSetting.jsx

@@ -1,22 +1,17 @@
 import React from 'react';
 import PropTypes from 'prop-types';
 import { withTranslation } from 'react-i18next';
-import loggerFactory from '@alias/logger';
 
 import { createSubscribedElement } from '../../UnstatedUtils';
-import { toastSuccess, toastError } from '../../../util/apiNotification';
 
 import AppContainer from '../../../services/AppContainer';
 
-const logger = loggerFactory('growi:importer');
 
 class AwsSetting extends React.Component {
 
   constructor(props) {
     super(props);
 
-    const { appContainer } = this.props;
-
     this.state = {
     };
   }

+ 0 - 6
src/client/js/components/Admin/App/MailSetting.jsx

@@ -1,22 +1,16 @@
 import React from 'react';
 import PropTypes from 'prop-types';
 import { withTranslation } from 'react-i18next';
-import loggerFactory from '@alias/logger';
 
 import { createSubscribedElement } from '../../UnstatedUtils';
-import { toastSuccess, toastError } from '../../../util/apiNotification';
 
 import AppContainer from '../../../services/AppContainer';
 
-const logger = loggerFactory('growi:importer');
-
 class MailSetting extends React.Component {
 
   constructor(props) {
     super(props);
 
-    const { appContainer } = this.props;
-
     this.state = {
     };
   }

+ 0 - 6
src/client/js/components/Admin/App/PluginSetting.jsx

@@ -1,22 +1,16 @@
 import React from 'react';
 import PropTypes from 'prop-types';
 import { withTranslation } from 'react-i18next';
-import loggerFactory from '@alias/logger';
 
 import { createSubscribedElement } from '../../UnstatedUtils';
-import { toastSuccess, toastError } from '../../../util/apiNotification';
 
 import AppContainer from '../../../services/AppContainer';
 
-const logger = loggerFactory('growi:importer');
-
 class PluginSetting extends React.Component {
 
   constructor(props) {
     super(props);
 
-    const { appContainer } = this.props;
-
     this.state = {
     };
   }

+ 0 - 6
src/client/js/components/Admin/App/SiteUrlSetting.jsx

@@ -1,22 +1,16 @@
 import React from 'react';
 import PropTypes from 'prop-types';
 import { withTranslation } from 'react-i18next';
-import loggerFactory from '@alias/logger';
 
 import { createSubscribedElement } from '../../UnstatedUtils';
-import { toastSuccess, toastError } from '../../../util/apiNotification';
 
 import AppContainer from '../../../services/AppContainer';
 
-const logger = loggerFactory('growi:importer');
-
 class SiteUrlSetting extends React.Component {
 
   constructor(props) {
     super(props);
 
-    const { appContainer } = this.props;
-
     this.state = {
     };
   }