reimplement diff and move it to ui-components

This commit is contained in:
Sebastian Sdorra
2018-12-11 13:25:35 +01:00
parent ee3e3d4ecc
commit b22cb46ac2
18 changed files with 192 additions and 125 deletions

View File

@@ -1,3 +1,4 @@
// @flow
export * from "./changesets";
export { default as Diff } from "./Diff";