mirror of
https://github.com/stashapp/stash.git
synced 2025-12-15 21:03:22 +01:00
Fix import
This commit is contained in:
parent
e231812203
commit
1dfb960a87
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ import {
|
|||
import { useCompare } from "src/hooks/state";
|
||||
import { Placement } from "react-bootstrap/esm/Overlay";
|
||||
import { sortByRelevance } from "src/utils/query";
|
||||
import { PatchComponent } from "src/pluginApi";
|
||||
import { PatchComponent } from "src/patch";
|
||||
|
||||
export type Movie = Pick<GQL.Movie, "id" | "name">;
|
||||
type Option = SelectOption<Movie>;
|
||||
|
|
|
|||
Loading…
Reference in a new issue