diff options
| author | 2022-02-12 15:42:41 +0100 | |
|---|---|---|
| committer | 2022-02-12 15:42:41 +0100 | |
| commit | de35f4506ab9847baa28a95566cb90e77dccb19f (patch) | |
| tree | b656c9e233da6679dfd2f24110388e1c4860affe /src/components/Content | |
| parent | d483a24804ba609fcfd67027c3d1a66e4173be5e (diff) | |
| download | client-1.3.2.tar.gz client-1.3.2.tar.bz2 client-1.3.2.zip | |
Fixed all importsv1.3.2
Diffstat (limited to 'src/components/Content')
| -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, |
