Compare commits

...

4 Commits

View File

@ -43,12 +43,12 @@ 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 TenantPage from "../pages/Tenant/TenantPage";
import { Navigate } from "react-router-dom";
import RootRedirect from "./RootRedirect";
import CreateTenant from "../pages/Tenant/CreateTenant";
import SuperTenantDetails from "../pages/Tenant/SuperTenantDetails";
import SelfTenantDetails from "../pages/Tenant/SelfTenantDetails";
import RootRedirect from "./RootRedirect";
import TenantPage from "../pages/Tenant/TenantPage";
import CreateTenant from "../pages/Tenant/CreateTenant";
const router = createBrowserRouter(
[
{