From c3f33a4fbb15a8a728d97f052a38ce9b095ac839 Mon Sep 17 00:00:00 2001 From: Michael Crowther Date: Wed, 27 Nov 2024 12:08:33 -0700 Subject: [PATCH] Removed unused component --- guide/results-viewer-react/src/components/YamlUrls/index.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/guide/results-viewer-react/src/components/YamlUrls/index.tsx b/guide/results-viewer-react/src/components/YamlUrls/index.tsx index 6359ca15..d383193a 100644 --- a/guide/results-viewer-react/src/components/YamlUrls/index.tsx +++ b/guide/results-viewer-react/src/components/YamlUrls/index.tsx @@ -13,11 +13,6 @@ const ModalInput = styled.div` flex-direction: column; margin-bottom: 10px; `; -const ModalHitMethodInput = styled.div` - display: flex; - flex-direction: row; - margin: 25px 0; -`; const EndpointDisplay = styled.span` margin-right: 5px; max-width: 450px;