Fix type check error

This commit is contained in:
René Pfeuffer
2020-06-10 13:56:38 +02:00
parent 0a03d4c136
commit 4bbc06f30c

View File

@@ -22,6 +22,7 @@
* SOFTWARE.
*/
import React, { FC } from "react";
// @ts-ignore
import { Decoration } from "react-diff-view";
import styled from "styled-components";