mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-18 11:11:07 +01:00
Fix wrong import from ui-components
This commit is contained in:
@@ -36,3 +36,4 @@ export { default as ChangesetTag } from "./ChangesetTag";
|
|||||||
export { default as ChangesetTags } from "./ChangesetTags";
|
export { default as ChangesetTags } from "./ChangesetTags";
|
||||||
export { default as ChangesetTagsCollapsed } from "./ChangesetTagsCollapsed";
|
export { default as ChangesetTagsCollapsed } from "./ChangesetTagsCollapsed";
|
||||||
export { default as ContributorAvatar } from "./ContributorAvatar";
|
export { default as ContributorAvatar } from "./ContributorAvatar";
|
||||||
|
export { default as SignatureIcon } from "./SignatureIcon";
|
||||||
|
|||||||
@@ -43,8 +43,7 @@ import {
|
|||||||
} from "@scm-manager/ui-components";
|
} from "@scm-manager/ui-components";
|
||||||
import ContributorTable from "./ContributorTable";
|
import ContributorTable from "./ContributorTable";
|
||||||
import { Link as ReactLink } from "react-router-dom";
|
import { Link as ReactLink } from "react-router-dom";
|
||||||
import SignatureIcon from "@scm-manager/ui-components/src/repos/changesets/SignatureIcon";
|
import { FileControlFactory, SignatureIcon } from "@scm-manager/ui-components";
|
||||||
import { FileControlFactory } from "@scm-manager/ui-components";
|
|
||||||
|
|
||||||
type Props = WithTranslation & {
|
type Props = WithTranslation & {
|
||||||
changeset: Changeset;
|
changeset: Changeset;
|
||||||
|
|||||||
Reference in New Issue
Block a user