mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
Fix import
This commit is contained in:
@@ -27,7 +27,7 @@ import {
|
|||||||
import { useCompare } from "src/hooks/state";
|
import { useCompare } from "src/hooks/state";
|
||||||
import { Placement } from "react-bootstrap/esm/Overlay";
|
import { Placement } from "react-bootstrap/esm/Overlay";
|
||||||
import { sortByRelevance } from "src/utils/query";
|
import { sortByRelevance } from "src/utils/query";
|
||||||
import { PatchComponent } from "src/pluginApi";
|
import { PatchComponent } from "src/patch";
|
||||||
|
|
||||||
export type Movie = Pick<GQL.Movie, "id" | "name">;
|
export type Movie = Pick<GQL.Movie, "id" | "name">;
|
||||||
type Option = SelectOption<Movie>;
|
type Option = SelectOption<Movie>;
|
||||||
|
|||||||
Reference in New Issue
Block a user