Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
thsparks committed May 7, 2024
1 parent add5f06 commit afc4850
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions teachertool/src/components/CatalogOverlay.tsx
Expand Up @@ -7,15 +7,14 @@ import { ReadOnlyCriteriaDisplay } from "./ReadonlyCriteriaDisplay";
import { Strings } from "../constants";
import { Button } from "react-common/components/controls/Button";
import { Accordion } from "react-common/components/controls/Accordion";
import { getReadableCriteriaTemplate, makeToast } from "../utils";
import { getReadableCriteriaTemplate } from "../utils";
import { setCatalogOpen } from "../transforms/setCatalogOpen";
import { classList } from "react-common/components/util";
import { announceToScreenReader } from "../transforms/announceToScreenReader";
import { FocusTrap } from "react-common/components/controls/FocusTrap";
import css from "./styling/CatalogOverlay.module.scss";
import { logError } from "../services/loggingService";
import { ErrorCode } from "../types/errorCode";
import { AccordionHeader, AccordionItem, AccordionPanel } from "react-common/components/controls/Accordion/Accordion";

interface CatalogHeaderProps {
onClose: () => void;
Expand Down

0 comments on commit afc4850

Please sign in to comment.