Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
nam-singh committed Dec 30, 2024
1 parent d4dfec8 commit 2a500f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion report-react/src/SavedReport.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import ScoreCard from './ScoreCard';
import SummScoreCard from './SummScoreCard';
import ReportChecklist from './report/ReportChecklist';
import ReportRules from './report/ReportRules';
import { ComposedModal, ModalHeader, ModalBody, Grid, Column, Theme,Dropdown,MultiSelect,CodeSnippet,CopyButton} from '@carbon/react';
import { ComposedModal, ModalHeader, ModalBody, Grid, Column, Theme,Dropdown,MultiSelect,CopyButton} from '@carbon/react';
import { UtilIssueReact } from "./util/UtilIssueReact";
import { Violation16,NeedsReview16,Recommendation16,ViewOff16 } from "./util/UtilImages";
import ReportElements from "./report/ReportElements";
Expand Down

0 comments on commit 2a500f3

Please sign in to comment.