moved orderbranches function and tests in seperate file

This commit is contained in:
Florian Scholdei
2019-04-03 13:24:41 +02:00
parent 148f05daee
commit 3e2cb0b212
5 changed files with 87 additions and 72 deletions

View File

@@ -4,9 +4,9 @@ import {
fetchBranches,
getBranches,
getFetchBranchesFailure,
isFetchBranchesPending,
orderBranches
isFetchBranchesPending
} from "../modules/branches";
import { orderBranches } from "./OrderBranches";
import { connect } from "react-redux";
import type { Branch, Repository } from "@scm-manager/ui-types";
import { compose } from "redux";