diff options
Diffstat (limited to 'src/components/Content/Content.tsx')
| -rw-r--r-- | src/components/Content/Content.tsx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/Content/Content.tsx b/src/components/Content/Content.tsx index 56a802f..e670376 100644 --- a/src/components/Content/Content.tsx +++ b/src/components/Content/Content.tsx | |||
| @@ -1,10 +1,10 @@ | |||
| 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 { RequestPayload, ResponsePayload, Headers } from "~hooks/useRequests"; | 3 | import { Headers, RequestPayload, ResponsePayload } from "~hooks/useRequests"; |
| 4 | import ReactJson from "react-json-view"; | 4 | import ReactJson from "react-json-view"; |
| 5 | import styles from "./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 { DarkModeContext } from "../../contexts/DarkMode"; | 7 | import { DarkModeContext } from "~/contexts/DarkMode"; |
| 8 | 8 | ||
| 9 | function getHeader( | 9 | function getHeader( |
| 10 | headers: Headers, | 10 | headers: Headers, |
