Yuki Takei 6 лет назад
Родитель
Сommit
a44418e79a
1 измененных файлов с 3 добавлено и 2 удалено
  1. 3 2
      src/client/js/components/Admin/ExportDataPage.jsx

+ 3 - 2
src/client/js/components/Admin/ExportDataPage.jsx

@@ -4,12 +4,13 @@ import { withTranslation } from 'react-i18next';
 import * as toastr from 'toastr';
 
 
-import ProgressBar from './Common/ProgressBar';
 import { createSubscribedElement } from '../UnstatedUtils';
+// import { toastSuccess, toastError } from '../../../util/apiNotification';
+
 import AppContainer from '../../services/AppContainer';
 import WebsocketContainer from '../../services/WebsocketContainer';
-// import { toastSuccess, toastError } from '../../../util/apiNotification';
 
+import ProgressBar from './Common/ProgressBar';
 
 import ExportZipFormModal from './ExportData/ExportZipFormModal';
 import ZipFileTable from './ExportData/ZipFileTable';