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 = () => { } /> + } /> + } /> { return ( - -
-
-
- Welcome 2 -
-
- Welcome 3 -
-
- Welcome 4 -
-
- {/* - - Previous - - - - Next - */} -
- - - - {/* - - */} - + + Success Payment ); }