This commit is contained in:
Florian Scholdei
2019-02-06 12:10:06 +01:00
parent 1c03c91e21
commit 6231199862
4 changed files with 22 additions and 12 deletions

View File

@@ -11,11 +11,11 @@ import {
import {
deleteRepo,
getDeleteRepoFailure,
isDeleteRepoPending,
isDeleteRepoPending
} from "../modules/repos";
import { connect } from "react-redux";
import {withRouter} from "react-router-dom";
import type {History} from "history";
import { withRouter } from "react-router-dom";
import type { History } from "history";
type Props = {
loading: boolean,