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";