refactor to use file control factory

This commit is contained in:
Konstantin Schaper
2020-08-10 20:48:08 +02:00
parent 08efc9421d
commit c69ab4ea65
12 changed files with 226 additions and 190 deletions

View File

@@ -35,6 +35,7 @@ import ChangesetAuthor from "./ChangesetAuthor";
import ChangesetTags from "./ChangesetTags";
import ChangesetButtonGroup from "./ChangesetButtonGroup";
import ChangesetDescription from "./ChangesetDescription";
import {FileControlFactory} from "../DiffTypes";
type Props = WithTranslation & {
repository: Repository;