diff options
Diffstat (limited to 'src/components/RequestSummary/RequestSummary.tsx')
| -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; |
