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';