mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-05-07 10:27:00 +02: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 ChangesetTagsCollapsed } from "./ChangesetTagsCollapsed";
|
||||
export { default as ContributorAvatar } from "./ContributorAvatar";
|
||||
export { default as SignatureIcon } from "./SignatureIcon";
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user