mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
React code splitting (#2603)
* Code split using react lazy * Split locales * Move to lodash-es * Import individual icons
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { Button, Modal } from "react-bootstrap";
|
||||
import React, { useState } from "react";
|
||||
import { FormattedMessage, useIntl } from "react-intl";
|
||||
import { ImageInput } from "src/components/Shared";
|
||||
import { ImageInput } from "src/components/Shared/ImageInput";
|
||||
import cx from "classnames";
|
||||
|
||||
interface IProps {
|
||||
|
||||
Reference in New Issue
Block a user