mirror of
https://github.com/stashapp/stash.git
synced 2026-05-09 05:05:29 +02:00
Refactor PerformerPopover imports for improved clarity
- Adjusted import order for better organization and readability.
This commit is contained in:
parent
aa721c38ea
commit
929bd58054
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue