diff options
Diffstat (limited to 'src/components/Content/Content.tsx')
| -rw-r--r-- | src/components/Content/Content.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Content/Content.tsx b/src/components/Content/Content.tsx index 19736fb..312a1e5 100644 --- a/src/components/Content/Content.tsx +++ b/src/components/Content/Content.tsx | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | import * as React from "react"; | 1 | import * as React from "react"; |
| 2 | import { Dispatch, SetStateAction, useContext, useMemo } from "react"; | 2 | import { Dispatch, SetStateAction, useContext, useMemo } from "react"; |
| 3 | import { Headers, RequestPayload, ResponsePayload } from "~hooks/useRequests"; | 3 | import { Headers, RequestPayload, ResponsePayload } from "~hooks/useRequests"; |
| 4 | import ReactJson from "react-json-view"; | 4 | import ReactJson from "@microlink/react-json-view"; |
| 5 | import styles from "~/components/Content/Content.module.scss"; | 5 | import styles from "~/components/Content/Content.module.scss"; |
| 6 | import { Button, Col, Container, Row } from "react-bootstrap"; | 6 | import { Button, Col, Container, Row } from "react-bootstrap"; |
| 7 | import { SettingsContext } from "~/contexts/Settings"; | 7 | import { SettingsContext } from "~/contexts/Settings"; |
