diff options
Diffstat (limited to 'src/components/Frames/Frames.tsx')
| -rw-r--r-- | src/components/Frames/Frames.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Frames/Frames.tsx b/src/components/Frames/Frames.tsx index 1d31d92..6779a3c 100644 --- a/src/components/Frames/Frames.tsx +++ b/src/components/Frames/Frames.tsx | |||
| @@ -4,7 +4,7 @@ import { Col, ListGroup, Row } from "react-bootstrap"; | |||
| 4 | import classNames from "classnames"; | 4 | import classNames from "classnames"; |
| 5 | import styles from "./Frames.module.scss"; | 5 | import styles from "./Frames.module.scss"; |
| 6 | import dayjs from "dayjs"; | 6 | import dayjs from "dayjs"; |
| 7 | import ReactJson from "react-json-view"; | 7 | import ReactJson from "@microlink/react-json-view"; |
| 8 | import { SettingsContext } from "~/contexts/Settings"; | 8 | import { SettingsContext } from "~/contexts/Settings"; |
| 9 | 9 | ||
| 10 | function isJson(data: any): boolean { | 10 | function isJson(data: any): boolean { |
