fix(ui): use new import path for react-json-pretty theme

react-json-pretty 2.0 requires a different import path for themes
This commit is contained in:
Łukasz Mierzwa
2019-01-03 18:41:51 +00:00
parent f91f320f23
commit fd7ece5364

View File

@@ -4,7 +4,7 @@ import PropTypes from "prop-types";
import { observer } from "mobx-react";
import JSONPretty from "react-json-pretty";
import "react-json-pretty/src/JSONPretty.monikai.css";
import "react-json-pretty/themes/monikai.css";
import { SilenceFormStore } from "Stores/SilenceFormStore";