mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 12:54:38 +03:00
Update dependencies (again) (#3442)
* Update dependencies * Upgrade rollup * Remove all index.ts reexport files
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
import React from "react";
|
||||
import { Button, Form } from "react-bootstrap";
|
||||
import { FormattedMessage, useIntl } from "react-intl";
|
||||
import {
|
||||
DurationInput,
|
||||
PercentInput,
|
||||
LoadingIndicator,
|
||||
} from "src/components/Shared";
|
||||
import { DurationInput } from "src/components/Shared/DurationInput";
|
||||
import { PercentInput } from "src/components/Shared/PercentInput";
|
||||
import { LoadingIndicator } from "src/components/Shared/LoadingIndicator";
|
||||
import { CheckboxGroup } from "./CheckboxGroup";
|
||||
import { SettingSection } from "../SettingSection";
|
||||
import {
|
||||
@@ -16,13 +14,13 @@ import {
|
||||
StringSetting,
|
||||
} from "../Inputs";
|
||||
import { SettingStateContext } from "../context";
|
||||
import { DurationUtils } from "src/utils";
|
||||
import DurationUtils from "src/utils/duration";
|
||||
import * as GQL from "src/core/generated-graphql";
|
||||
import {
|
||||
imageLightboxDisplayModeIntlMap,
|
||||
imageLightboxScrollModeIntlMap,
|
||||
} from "src/core/enums";
|
||||
import { useInterfaceLocalForage } from "src/hooks";
|
||||
import { useInterfaceLocalForage } from "src/hooks/LocalForage";
|
||||
import {
|
||||
ConnectionState,
|
||||
connectionStateLabel,
|
||||
|
||||
Reference in New Issue
Block a user