Upgrade webui dependencies

This commit is contained in:
Kevin Kandlbinder 2022-09-05 15:52:18 +02:00
parent d89a85dfb4
commit d11be77b44
4 changed files with 390 additions and 447 deletions

View file

@ -6,7 +6,7 @@ import {ReactComponent as Logo} from "../../logo.svg";
import {Link, useLocation} from "react-router-dom";
import {AuthLocationState} from "../../layouts/AuthLayout";
import {useAppDispatch} from "../../app/hooks";
import {Helmet} from "react-helmet";
import Helmet from "react-helmet";
import {Trans, useTranslation} from "react-i18next";
import {logIn} from "../../features/auth/authSlice";
import RegisterMutation from "../../mutations/RegisterMutation";