Updated images in assets and removed some packages.

This commit is contained in:
Patrick Fic
2020-10-07 10:04:22 -07:00
parent 2bd4f17b0b
commit b6f2ad3cf0
20 changed files with 693 additions and 14849 deletions

View File

@@ -3,7 +3,7 @@ import React from "react";
import { useTranslation } from "react-i18next";
import { connect } from "react-redux";
import { createStructuredSelector } from "reselect";
import ImEXOnlineLogo from "../../assets/logo240.png";
import ImEXOnlineLogo from "../../assets/logo192.png";
import { sendPasswordReset } from "../../redux/user/user.actions";
import { selectPasswordReset } from "../../redux/user/user.selectors";
import AlertComponent from "../alert/alert.component";