summaryrefslogtreecommitdiffstats
path: root/src/components/RequestSummary
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <tom@vanderlee.io>2022-02-12 15:42:41 +0100
committerGravatar Tom van der Lee <tom@vanderlee.io>2022-02-12 15:42:41 +0100
commitde35f4506ab9847baa28a95566cb90e77dccb19f (patch)
treeb656c9e233da6679dfd2f24110388e1c4860affe /src/components/RequestSummary
parentd483a24804ba609fcfd67027c3d1a66e4173be5e (diff)
downloadclient-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.tsx2
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";
2import * as React from "react"; 2import * as React from "react";
3import classNames from "classnames"; 3import classNames from "classnames";
4 4
5import { Badge, Card, Col, Row } from "react-bootstrap"; 5import { Badge, Col, Row } from "react-bootstrap";
6 6
7interface RequestSummaryProps { 7interface RequestSummaryProps {
8 selected?: boolean; 8 selected?: boolean;