This commit is contained in:
Eduard Heimbuch
2020-07-30 09:37:43 +02:00
parent 3da7710543
commit a1153df50a
6 changed files with 20 additions and 29 deletions

View File

@@ -36,7 +36,7 @@ export { Branch, BranchRequest } from "./Branches";
export { Person } from "./Person";
export { Changeset, Contributor, ParentChangeset } from "./Changesets";
export { Changeset, Contributor, ParentChangeset, Signature } from "./Changesets";
export { AnnotatedSource, AnnotatedLine } from "./Annotate";