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,7 +2,6 @@
import React from "react";
import { Diff2Html } from "diff2html";
type Props = {
diff: string,
sideBySide: boolean