Remove unused package
This commit is contained in:
parent
89446fccd5
commit
8e7ceec1a1
|
@ -6160,7 +6160,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"minimist": {
|
"minimist": {
|
||||||
"version": "1.1.3",
|
"version": "1.1.3",
|
||||||
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.1.3.tgz",
|
"resolved": "http://registry.npmjs.org/minimist/-/minimist-1.1.3.tgz",
|
||||||
"integrity": "sha1-O+39kaktOQFvz6ocaB6Pqhoe/ag=",
|
"integrity": "sha1-O+39kaktOQFvz6ocaB6Pqhoe/ag=",
|
||||||
"dev": true
|
"dev": true
|
||||||
}
|
}
|
||||||
|
|
|
@ -33,8 +33,7 @@
|
||||||
"redux-actions": "^2.4.0",
|
"redux-actions": "^2.4.0",
|
||||||
"redux-form": "^7.4.2",
|
"redux-form": "^7.4.2",
|
||||||
"redux-thunk": "^2.3.0",
|
"redux-thunk": "^2.3.0",
|
||||||
"svg-url-loader": "^2.3.2",
|
"svg-url-loader": "^2.3.2"
|
||||||
"whatwg-fetch": "2.0.3"
|
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"autoprefixer": "^8.6.3",
|
"autoprefixer": "^8.6.3",
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
import React, { Component, Fragment } from 'react';
|
import React, { Component, Fragment } from 'react';
|
||||||
import PropTypes from 'prop-types';
|
import PropTypes from 'prop-types';
|
||||||
import 'whatwg-fetch';
|
|
||||||
import { Trans, withNamespaces } from 'react-i18next';
|
import { Trans, withNamespaces } from 'react-i18next';
|
||||||
|
|
||||||
import Statistics from './Statistics';
|
import Statistics from './Statistics';
|
||||||
|
|
Loading…
Reference in New Issue