Skip to content

Commit

Permalink
BL-13033 fix unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
nabalone committed Feb 15, 2024
1 parent d52d2db commit 25233fb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/components/BookDetail/BookDetail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,7 @@ import { useIsEmbedded } from "../EmbeddingHost";
import { commonUI } from "../../theme";
import { IBookDetailProps } from "./BookDetailCodeSplit";
import { HarvesterProgressNotice } from "./HarvestProgressNotice";
import {
LoggedInUser,
useGetUserIsModerator,
} from "../../connection/LoggedInUser";
import { LoggedInUser } from "../../connection/LoggedInUser";
import { ReactComponent as DraftIcon } from "../../assets/DRAFT-Stamp.svg";
import { useResponsiveChoice } from "../../responsiveUtilities";
import { HarvesterProblemNotice } from "./HarvesterProblemNotice";
Expand Down

0 comments on commit 25233fb

Please sign in to comment.