Skip to content

Commit

Permalink
refactor: 🎨 remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Pauline Didier authored and Tethik committed Aug 16, 2024
1 parent a3ddfd4 commit ea75b1f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions app/src/components/model/panels/right/Suggestion.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@ import {
} from "../../../../api/gram/suggestions";
import { useModelID } from "../../hooks/useModelID";
import { useSelectedComponent } from "../../hooks/useSelectedComponent";
import {
DescriptionPreview,
EditableDescription,
} from "../EditableDescription";
import { DescriptionPreview } from "../EditableDescription";

function SuggestionMitigations({ suggestion, threatSuggestions }) {
const threatsMitigated = suggestion?.mitigates?.filter((m) =>
Expand Down

0 comments on commit ea75b1f

Please sign in to comment.