diff --git a/src/App.js b/src/App.js
index 70734c8..eb1d6b5 100644
--- a/src/App.js
+++ b/src/App.js
@@ -73,7 +73,7 @@ function App() {
{/* */}
{/* */}
- {/* */}
+
{/* */}
{/* */}
{/* */}
diff --git a/src/components/Toast/index.js b/src/components/Toast/index.js
index 87c43fb..fec01c6 100644
--- a/src/components/Toast/index.js
+++ b/src/components/Toast/index.js
@@ -1,14 +1,20 @@
import React from "react";
-// import "./SweetAlert.css";
+
+import "./index.scss";
+
import { toastAlert } from "../../redux/actions/modalActions";
import { connect } from "react-redux";
function Toast(props) {
return (
+ {" "}
+
+ inside Toast Components
+
{/* toast1 */}
{/* toast2 */}
{/* toast3 */}
{/* toast4 */}
{/* toast5 */}
{/* toast6 */}