Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
thsparks committed Feb 15, 2024
1 parent 71f4dad commit 66eb078
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion teachertool/src/components/EvalResultDisplay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { useContext } from "react";
import { AppStateContext } from "../state/appStateContext";
import { getCatalogCriteriaWithId } from "../state/helpers";
import { CriteriaEvaluationResult } from "../types/criteria";
import { get } from "jquery";

interface IProps {}

Expand Down

0 comments on commit 66eb078

Please sign in to comment.