mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 23:15:43 +01:00
added create branch trans, fixed branchtable trans, moved branches modules
This commit is contained in:
@@ -3,7 +3,7 @@ import React from "react";
|
||||
import type { Repository, Branch } from "@scm-manager/ui-types";
|
||||
import { ButtonGroup, Button } from "@scm-manager/ui-components";
|
||||
import { translate } from "react-i18next";
|
||||
import { createChangesetLink, createSourcesLink } from "../../modules/branches";
|
||||
import { createChangesetLink, createSourcesLink } from "../modules/branches";
|
||||
|
||||
type Props = {
|
||||
repository: Repository,
|
||||
|
||||
Reference in New Issue
Block a user