diff --git a/src/Body/Fetch/Description.tsx b/src/Body/Fetch/Description.tsx index 833cf32..de4224f 100644 --- a/src/Body/Fetch/Description.tsx +++ b/src/Body/Fetch/Description.tsx @@ -1,4 +1,4 @@ -import { Highlight } from "./utils"; +import { BlankLine, Highlight } from "./utils"; type HeaderProps = { user: string; @@ -28,14 +28,10 @@ const InfoLine = ({ label, value }: InfoLineProps) => ( const Description = () => (