diff options
| author | 2022-02-12 16:21:32 +0100 | |
|---|---|---|
| committer | 2022-02-12 16:21:32 +0100 | |
| commit | 20cea425b29576dc4131f643d16519f4fd54ba84 (patch) | |
| tree | b7c20fff7b2f9af0b2b6e1d6843f50a45e5541c4 /src/components/App/App.tsx | |
| parent | de35f4506ab9847baa28a95566cb90e77dccb19f (diff) | |
| download | client-1.3.3.tar.gz client-1.3.3.tar.bz2 client-1.3.3.zip | |
Fixed importv1.3.3
Diffstat (limited to 'src/components/App/App.tsx')
| -rw-r--r-- | src/components/App/App.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/App/App.tsx b/src/components/App/App.tsx index aaad5d0..b1a4501 100644 --- a/src/components/App/App.tsx +++ b/src/components/App/App.tsx | |||
| @@ -2,7 +2,7 @@ import * as React from "react"; | |||
| 2 | import { ReactElement, useContext, useEffect, useMemo, useState } from "react"; | 2 | import { ReactElement, useContext, useEffect, useMemo, useState } from "react"; |
| 3 | import useRequests, { ReadyState, RequestResponse } from "~/hooks/useRequests"; | 3 | import useRequests, { ReadyState, RequestResponse } from "~/hooks/useRequests"; |
| 4 | 4 | ||
| 5 | import styles from "~/components/App.module.scss"; | 5 | import styles from "~/components/App/App.module.scss"; |
| 6 | import RequestDetails from "~/components/RequestDetails/RequestDetails"; | 6 | import RequestDetails from "~/components/RequestDetails/RequestDetails"; |
| 7 | import { getHost } from "~/utils"; | 7 | import { getHost } from "~/utils"; |
| 8 | import { Container, Nav, Navbar, NavDropdown } from "react-bootstrap"; | 8 | import { Container, Nav, Navbar, NavDropdown } from "react-bootstrap"; |
