mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 06:55:47 +01:00
added create branch trans, fixed branchtable trans, moved branches modules
This commit is contained in:
16
scm-ui/src/repos/branches/components/BranchForm.js
Normal file
16
scm-ui/src/repos/branches/components/BranchForm.js
Normal file
@@ -0,0 +1,16 @@
|
||||
//@flow
|
||||
import React from "react";
|
||||
|
||||
type Props = {};
|
||||
|
||||
class CreateBranch extends React.Component<Props> {
|
||||
render() {
|
||||
return (
|
||||
<>
|
||||
<p>Form placeholder</p>
|
||||
</>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
export default translate("repos")(BranchForm);
|
||||
Reference in New Issue
Block a user