Selaa lähdekoodia

remove unnesessary date-fns

yuto-oweseek 4 vuotta sitten
vanhempi
sitoutus
8a0ca1b4ba
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  1. 0 1
      packages/app/src/components/PageStatusAlert.jsx

+ 0 - 1
packages/app/src/components/PageStatusAlert.jsx

@@ -1,7 +1,6 @@
 import React from 'react';
 import PropTypes from 'prop-types';
 
-import { parseISO, format } from 'date-fns';
 import { withTranslation } from 'react-i18next';
 
 import AppContainer from '~/client/services/AppContainer';