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/RequestSummary | |
| 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/RequestSummary')
| -rw-r--r-- | src/components/RequestSummary/RequestSummary.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/RequestSummary/RequestSummary.tsx b/src/components/RequestSummary/RequestSummary.tsx index db2f69c..44254d0 100644 --- a/src/components/RequestSummary/RequestSummary.tsx +++ b/src/components/RequestSummary/RequestSummary.tsx | |||
| @@ -2,7 +2,7 @@ import { RequestResponse } from "~hooks/useRequests"; | |||
| 2 | import * as React from "react"; | 2 | import * as React from "react"; |
| 3 | import classNames from "classnames"; | 3 | import classNames from "classnames"; |
| 4 | 4 | ||
| 5 | import { Badge, Card, Col, Row } from "react-bootstrap"; | 5 | import { Badge, Col, Row } from "react-bootstrap"; |
| 6 | 6 | ||
| 7 | interface RequestSummaryProps { | 7 | interface RequestSummaryProps { |
| 8 | selected?: boolean; | 8 | selected?: boolean; |
