summaryrefslogtreecommitdiffstats
path: root/src/components/Content/Content.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Content/Content.tsx')
-rw-r--r--src/components/Content/Content.tsx2
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 @@
1import * as React from "react"; 1import * as React from "react";
2import { Dispatch, SetStateAction, useContext, useMemo } from "react"; 2import { Dispatch, SetStateAction, useContext, useMemo } from "react";
3import { Headers, RequestPayload, ResponsePayload } from "~hooks/useRequests"; 3import { Headers, RequestPayload, ResponsePayload } from "~hooks/useRequests";
4import ReactJson from "react-json-view"; 4import ReactJson from "@microlink/react-json-view";
5import styles from "~/components/Content/Content.module.scss"; 5import styles from "~/components/Content/Content.module.scss";
6import { Button, Col, Container, Row } from "react-bootstrap"; 6import { Button, Col, Container, Row } from "react-bootstrap";
7import { SettingsContext } from "~/contexts/Settings"; 7import { SettingsContext } from "~/contexts/Settings";