imported missing compoent at AppRoutes

This commit is contained in:
pramod mahajan 2025-09-10 18:18:53 +05:30
parent 04df99634c
commit b88b12aa74

View File

@ -45,6 +45,8 @@ import MainLoginWithOTPPage from "../pages/authentication/MainLoginWithOTPPage";
import MainRegisterPage from "../pages/authentication/MainRegisterPage";
import MainForgetPage from "../pages/authentication/MainForgetPage";
import MainResetPasswordPage from "../pages/authentication/MainResetPasswordPage";
import SuperTenantDetails from "../pages/Tenant/SuperTenantDetails";
import SelfTenantDetails from "../pages/Tenant/SelfTenantDetails";
const router = createBrowserRouter(
[