mirror of
https://github.com/stashapp/stash.git
synced 2026-02-14 11:29:55 +01:00
adds missing import
This commit is contained in:
parent
329450df59
commit
dd8a62bd66
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue