mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 12:24:38 +03:00
Upgrade create-react-app and assorted libraries (#914)
* Update create-react-app, react, typescript and eslint versions * Various library updates
This commit is contained in:
@@ -9,8 +9,9 @@ import { Nav, Navbar, Button } from "react-bootstrap";
|
||||
import { IconName } from "@fortawesome/fontawesome-svg-core";
|
||||
import { LinkContainer } from "react-router-bootstrap";
|
||||
import { Link, NavLink, useLocation, useHistory } from "react-router-dom";
|
||||
import { SessionUtils } from "src/utils";
|
||||
import Mousetrap from "mousetrap";
|
||||
|
||||
import { SessionUtils } from "src/utils";
|
||||
import { Icon } from "src/components/Shared";
|
||||
import { Manual } from "./Help/Manual";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user