Ver Fonte

added data fns format in share link list

ryuichi-e há 6 anos atrás
pai
commit
55fe1a175b
1 ficheiros alterados com 1 adições e 0 exclusões
  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';