removed unused imports

This commit is contained in:
Maren Süwer
2018-07-31 10:17:00 +02:00
parent 83c5e6746b
commit aba7fe2b2f

View File

@@ -1,8 +1,5 @@
// @flow
import React from "react";
import type { History } from "history";
import { connect } from "react-redux";
import { translate } from "react-i18next";
type Props = {
};