mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Update dependencies (again) (#3442)
* Update dependencies * Upgrade rollup * Remove all index.ts reexport files
This commit is contained in:
@@ -23,9 +23,9 @@ import {
|
||||
useConfigureScraping,
|
||||
useConfigureUI,
|
||||
} from "src/core/StashService";
|
||||
import { useToast } from "src/hooks";
|
||||
import { withoutTypename } from "src/utils";
|
||||
import { Icon } from "../Shared";
|
||||
import { useToast } from "src/hooks/Toast";
|
||||
import { withoutTypename } from "src/utils/data";
|
||||
import { Icon } from "../Shared/Icon";
|
||||
|
||||
export interface ISettingsContextState {
|
||||
loading: boolean;
|
||||
|
||||
Reference in New Issue
Block a user