Skip to content

Commit e4a3e52

Browse files
committed
Remove unused imports
1 parent 71aa99a commit e4a3e52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/components/pages/SubjectOverviewPage.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ import { RouteComponentProps, withRouter } from "react-router";
33
import { Container } from "reactstrap";
44
import { TitleAndBreadcrumb } from "../elements/TitleAndBreadcrumb";
55
import { useUrlPageTheme } from "../../services/pageContext";
6-
import { above, HUMAN_SUBJECTS, isDefined, LEARNING_STAGE, LearningStage, PHY_NAV_SUBJECTS, SEARCH_RESULT_TYPE, subject, Subject, SUBJECTS, useDeviceSize } from "../../services";
6+
import { above, HUMAN_SUBJECTS, isDefined, LEARNING_STAGE, LearningStage, PHY_NAV_SUBJECTS, SEARCH_RESULT_TYPE, Subject, useDeviceSize } from "../../services";
77
import { PageContextState, ShortcutResponse } from "../../../IsaacAppTypes";
8-
import { ListView, ListViewCardProps, ListViewCards, QuestionDeckListViewItem } from "../elements/list-groups/ListView";
8+
import { ListView, ListViewCardProps, ListViewCards } from "../elements/list-groups/ListView";
99
import { LandingPageFooter } from "./SubjectLandingPage";
1010
import { DifficultyIcon } from "../elements/svg/DifficultyIcons";
1111

0 commit comments

Comments
 (0)