From b3c0662e77bd00ba020c8c1824fa82e659d061d2 Mon Sep 17 00:00:00 2001 From: "Siddhesh.More" Date: Wed, 28 Aug 2024 19:35:07 +0530 Subject: [PATCH] update payment routes --- src/App.jsx | 3 ++ .../IO_Management/ViewIO/ViewIOTable.jsx | 2 +- src/Pages/Welcome.jsx | 50 +------------------ 3 files changed, 6 insertions(+), 49 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index 22329ab..fc0be26 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -14,6 +14,7 @@ import Login from "./Pages/Login"; import GlobalStateContext from "./Contexts/GlobalStateContext"; import Cookies from "js-cookie"; import NoInternetScreen from "./Pages/NoInternetScreen"; +import Welcome from "./Pages/Welcome"; const App = () => { // const { isAuthenticate } = useSelector((state) => state?.auth); @@ -52,6 +53,8 @@ const App = () => { } /> + } /> + } /> { "Goal Amount", "Closing Date", "IO Status", - // "Preview", + "Preview", "Action", ]; diff --git a/src/Pages/Welcome.jsx b/src/Pages/Welcome.jsx index 04a989b..daefb6f 100644 --- a/src/Pages/Welcome.jsx +++ b/src/Pages/Welcome.jsx @@ -8,54 +8,8 @@ import logo from "../../src/assets/logo.png" const Welcome = () => { return ( - -
-
-
- Welcome 2 -
-
- Welcome 3 -
-
- Welcome 4 -
-
- {/* - - Previous - - - - Next - */} -
- - - - {/* - - */} - + + Success Payment ); }