Fix wrong import from ui-components

This commit is contained in:
Sebastian Sdorra
2020-08-12 14:14:57 +02:00
parent 7611ad1290
commit 4d533bf838
2 changed files with 2 additions and 2 deletions

View File

@@ -36,3 +36,4 @@ export { default as ChangesetTag } from "./ChangesetTag";
export { default as ChangesetTags } from "./ChangesetTags";
export { default as ChangesetTagsCollapsed } from "./ChangesetTagsCollapsed";
export { default as ContributorAvatar } from "./ContributorAvatar";
export { default as SignatureIcon } from "./SignatureIcon";

View File

@@ -43,8 +43,7 @@ import {
} from "@scm-manager/ui-components";
import ContributorTable from "./ContributorTable";
import { Link as ReactLink } from "react-router-dom";
import SignatureIcon from "@scm-manager/ui-components/src/repos/changesets/SignatureIcon";
import { FileControlFactory } from "@scm-manager/ui-components";
import { FileControlFactory, SignatureIcon } from "@scm-manager/ui-components";
type Props = WithTranslation & {
changeset: Changeset;