remove unused import

This commit is contained in:
Eduard Heimbuch
2020-08-12 13:10:35 +02:00
parent e9edd5ad8f
commit e86126ce83

View File

@@ -35,7 +35,6 @@ 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;