mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
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:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user