Skip to content

Commit

Permalink
[PRMP-592] remove unused Details import
Browse files Browse the repository at this point in the history
  • Loading branch information
abid-nhs committed Aug 21, 2024
1 parent f27793a commit 9b9d60f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/components/generic/recordCard/RecordCard.tsx
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

0 comments on commit 9b9d60f

Please sign in to comment.