Refactor PerformerPopover imports for improved clarity

- Adjusted import order for better organization and readability.
This commit is contained in:
KennyG 2026-05-04 11:43:36 -04:00
parent aa721c38ea
commit 929bd58054

View file

@ -3,9 +3,10 @@ import { ErrorMessage } from "../Shared/ErrorMessage";
import { LoadingIndicator } from "../Shared/LoadingIndicator";
import { HoverPopover } from "../Shared/HoverPopover";
import { useFindPerformer } from "../../core/StashService";
import { PerformerCard } from "./PerformerCard";
import { useConfigurationContext } from "../../hooks/Config";
import { Placement } from "react-bootstrap/esm/Overlay";
import { PerformerCard } from "./PerformerCard";
interface IPeromerPopoverCardProps {
id?: string;