Compare commits
4 Commits
main
...
Landing_pa
Author | SHA1 | Date | |
---|---|---|---|
0815745b18 | |||
ae3258cb04 | |||
b88b12aa74 | |||
04df99634c |
@ -43,12 +43,12 @@ import MainLoginWithOTPPage from "../pages/authentication/MainLoginWithOTPPage";
|
|||||||
import MainRegisterPage from "../pages/authentication/MainRegisterPage";
|
import MainRegisterPage from "../pages/authentication/MainRegisterPage";
|
||||||
import MainForgetPage from "../pages/authentication/MainForgetPage";
|
import MainForgetPage from "../pages/authentication/MainForgetPage";
|
||||||
import MainResetPasswordPage from "../pages/authentication/MainResetPasswordPage";
|
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 SuperTenantDetails from "../pages/Tenant/SuperTenantDetails";
|
||||||
import SelfTenantDetails from "../pages/Tenant/SelfTenantDetails";
|
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(
|
const router = createBrowserRouter(
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user