mirror of
https://github.com/stashapp/stash.git
synced 2026-05-08 20:58:48 +02: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 { Link } from "react-router-dom";
|
||||||
import * as GQL from "../../core/generated-graphql";
|
import * as GQL from "../../core/generated-graphql";
|
||||||
import { TextUtils } from "../../utils/text";
|
import { TextUtils } from "../../utils/text";
|
||||||
|
import { NavigationUtils } from "../../utils/navigation";
|
||||||
|
|
||||||
interface IPerformerCardProps {
|
interface IPerformerCardProps {
|
||||||
performer: GQL.PerformerDataFragment;
|
performer: GQL.PerformerDataFragment;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue