From 9b9d60fd4604b99daeef23889c3dd5c7d504c43b Mon Sep 17 00:00:00 2001 From: abid-nhs Date: Wed, 21 Aug 2024 15:57:35 +0100 Subject: [PATCH] [PRMP-592] remove unused Details import --- app/src/components/generic/recordCard/RecordCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/components/generic/recordCard/RecordCard.tsx b/app/src/components/generic/recordCard/RecordCard.tsx index 2c47f2469..e5932d50b 100644 --- a/app/src/components/generic/recordCard/RecordCard.tsx +++ b/app/src/components/generic/recordCard/RecordCard.tsx @@ -1,4 +1,4 @@ -import { Card, Details } from 'nhsuk-react-components'; +import { Card } from 'nhsuk-react-components'; import React, { ReactNode } from 'react'; import { DOWNLOAD_STAGE } from '../../../types/generic/downloadStage'; import PdfViewer from '../pdfViewer/PdfViewer';