Remove unused package

This commit is contained in:
Ildar Kamalov 2019-02-20 16:10:32 +03:00
parent 89446fccd5
commit 8e7ceec1a1
3 changed files with 2 additions and 4 deletions
client/src/components/Dashboard

View file

@ -1,6 +1,5 @@
import React, { Component, Fragment } from 'react';
import PropTypes from 'prop-types';
import 'whatwg-fetch';
import { Trans, withNamespaces } from 'react-i18next';
import Statistics from './Statistics';