mirror of
https://github.com/stashapp/stash.git
synced 2026-05-21 00:48:35 -05:00
adds missing import
This commit is contained in:
@@ -7,6 +7,7 @@ import React, { FunctionComponent } from "react";
|
||||
import { Link } from "react-router-dom";
|
||||
import * as GQL from "../../core/generated-graphql";
|
||||
import { TextUtils } from "../../utils/text";
|
||||
import { NavigationUtils } from "../../utils/navigation";
|
||||
|
||||
interface IPerformerCardProps {
|
||||
performer: GQL.PerformerDataFragment;
|
||||
|
||||
Reference in New Issue
Block a user