Explorar el Código

return to original code

kaori hace 3 años
padre
commit
1984cf644e
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      packages/app/src/components/Admin/ExportArchiveDataPage.jsx

+ 1 - 0
packages/app/src/components/Admin/ExportArchiveDataPage.jsx

@@ -5,6 +5,7 @@ import PropTypes from 'prop-types';
 import * as toastr from 'toastr';
 
 
+// import { toastSuccess, toastError } from '~/client/util/apiNotification';
 import { apiDelete, apiGet } from '~/client/util/apiv1-client';
 import { useDefaultSocket } from '~/stores/socket-io';