diff options
Diffstat (limited to 'src/components/RequestSummary/RequestSummary.tsx')
| -rw-r--r-- | src/components/RequestSummary/RequestSummary.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/RequestSummary/RequestSummary.tsx b/src/components/RequestSummary/RequestSummary.tsx index ea28f3e..b3e7ddc 100644 --- a/src/components/RequestSummary/RequestSummary.tsx +++ b/src/components/RequestSummary/RequestSummary.tsx | |||
| @@ -2,7 +2,6 @@ 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 styles from './RequestSummary.module.scss'; | ||
| 6 | import {Badge, Card, Col, Row} from "react-bootstrap"; | 5 | import {Badge, Card, Col, Row} from "react-bootstrap"; |
| 7 | 6 | ||
| 8 | interface RequestSummaryProps { | 7 | interface RequestSummaryProps { |
