mirror of
https://github.com/stashapp/stash.git
synced 2026-05-09 05:05:29 +02:00
Apply Prettier formatting to scraped performer preview.
Normalize import formatting in ScrapedPerformerPreview to match repository Prettier output and unblock validate-ui format-check. Made-with: Cursor
This commit is contained in:
parent
372945a80c
commit
9d1813e215
1 changed files with 1 additions and 3 deletions
|
|
@ -2,9 +2,7 @@ import { ReactNode } from "react";
|
|||
import { Placement } from "react-bootstrap/esm/Overlay";
|
||||
import { useIntl } from "react-intl";
|
||||
import * as GQL from "src/core/generated-graphql";
|
||||
import {
|
||||
IPerformerPreviewData,
|
||||
} from "src/components/Performers/PerformerPreviewCard";
|
||||
import { IPerformerPreviewData } from "src/components/Performers/PerformerPreviewCard";
|
||||
import { PerformerPopover } from "src/components/Performers/PerformerPopover";
|
||||
import TextUtils from "src/utils/text";
|
||||
import { stringToGender } from "src/utils/gender";
|
||||
|
|
|
|||
Loading…
Reference in a new issue