fix: minor changes
feat: invoice waiting page
This commit is contained in:
+3
-1
@@ -16,6 +16,7 @@ import ClinicDocUpdater from "../views/ClinicDocUpdate";
|
||||
import ForgotPassword from "../views/ForgotPassword";
|
||||
import ResetPassword from "../views/ResetPassword";
|
||||
import SignupCharges from "../views/SignupCharges";
|
||||
import PaymentSuccessPage from "../views/WaitingPage";
|
||||
|
||||
export const routesData = [
|
||||
{
|
||||
@@ -51,9 +52,10 @@ export const routesData = [
|
||||
component: ForgotPassword,
|
||||
},
|
||||
{
|
||||
path: 'reset-password',
|
||||
path: "reset-password",
|
||||
component: ResetPassword,
|
||||
},
|
||||
{ path: "waiting", component: PaymentSuccessPage },
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user