create a separate LoadingDiff component

This commit is contained in:
Sebastian Sdorra
2018-12-11 14:13:32 +01:00
parent b22cb46ac2
commit c3727eb9c2
5 changed files with 82 additions and 61 deletions

View File

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