Procházet zdrojové kódy

added data fns format in share link list

ryuichi-e před 5 roky
rodič
revize
55fe1a175b
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      src/client/js/components/ShareLinkList.jsx

+ 1 - 0
src/client/js/components/ShareLinkList.jsx

@@ -3,6 +3,7 @@ import PropTypes from 'prop-types';
 
 
 import { withTranslation } from 'react-i18next';
+import dateFnsFormat from 'date-fns/format';
 
 import { withUnstatedContainers } from './UnstatedUtils';