diff --git a/frontend/package-lock.json b/frontend/package-lock.json
index 0a85428..be2fce9 100644
--- a/frontend/package-lock.json
+++ b/frontend/package-lock.json
@@ -14,6 +14,7 @@
"@mantine/notifications": "^5.0.2",
"@stripe/react-stripe-js": "^1.1.2",
"@stripe/stripe-js": "^1.9.0",
+ "@tabler/icons": "^1.78.1",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
@@ -3864,6 +3865,27 @@
"node": ">=8"
}
},
+ "node_modules/@tabler/icons": {
+ "version": "1.78.1",
+ "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-1.78.1.tgz",
+ "integrity": "sha512-QT/94Hufvzn4PxsEyN9NTh96XmNaGGgMh7sKcBZ2216pE9B+Ala98KpdNwTKKBlEvRvHw9y14zW4qFYzxGOhZw==",
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/codecalm"
+ },
+ "peerDependencies": {
+ "react": "^16.x || 17.x || 18.x",
+ "react-dom": "^16.x || 17.x || 18.x"
+ },
+ "peerDependenciesMeta": {
+ "react": {
+ "optional": true
+ },
+ "react-dom": {
+ "optional": true
+ }
+ }
+ },
"node_modules/@testing-library/dom": {
"version": "6.16.0",
"resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-6.16.0.tgz",
@@ -23162,6 +23184,12 @@
"loader-utils": "^1.2.3"
}
},
+ "@tabler/icons": {
+ "version": "1.78.1",
+ "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-1.78.1.tgz",
+ "integrity": "sha512-QT/94Hufvzn4PxsEyN9NTh96XmNaGGgMh7sKcBZ2216pE9B+Ala98KpdNwTKKBlEvRvHw9y14zW4qFYzxGOhZw==",
+ "requires": {}
+ },
"@testing-library/dom": {
"version": "6.16.0",
"resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-6.16.0.tgz",
diff --git a/frontend/package.json b/frontend/package.json
index 214fd89..fe98458 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -9,6 +9,7 @@
"@mantine/notifications": "^5.0.2",
"@stripe/react-stripe-js": "^1.1.2",
"@stripe/stripe-js": "^1.9.0",
+ "@tabler/icons": "^1.78.1",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
diff --git a/frontend/src/components/Auth/SignUp.js b/frontend/src/components/Auth/SignUp.js
index 9fabd20..d808599 100644
--- a/frontend/src/components/Auth/SignUp.js
+++ b/frontend/src/components/Auth/SignUp.js
@@ -2,7 +2,6 @@ import React, { Component } from "react";
import { authSignIn, authSignUp } from "../../actions/authActions";
import { connect } from "react-redux";
import { Link } from "react-router-dom";
-import loader2 from "../Loader/Loader2";
import "../../styles/Auth/Auth.css";
class SignUp extends Component {
@@ -85,7 +84,7 @@ class SignUp extends Component {
{this.props.loading ? (
) : (