mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 23:15:43 +01:00
moved orderbranches function and tests in seperate file
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user