From 241217e7cce778a4393ac193041a7b478e878ae4 Mon Sep 17 00:00:00 2001 From: pramod mahajan Date: Sat, 16 Aug 2025 10:11:19 +0530 Subject: [PATCH] changed folder name for Tenant --- src/components/{Tenanat => Tenant}/Congratulation.jsx | 0 src/components/{Tenanat => Tenant}/ContactInfro.jsx | 0 src/components/{Tenanat => Tenant}/EditProfile.jsx | 0 src/components/{Tenanat => Tenant}/LogoUpload.jsx | 0 src/components/{Tenanat => Tenant}/Organization.jsx | 0 src/components/{Tenanat => Tenant}/OrganizationInfo.jsx | 0 src/components/{Tenanat => Tenant}/Profile.jsx | 0 src/components/{Tenanat => Tenant}/SegmentedControl.jsx | 0 src/components/{Tenanat => Tenant}/SubScription.jsx | 0 .../{Tenanat => Tenant}/SubScriptionHistory.jsx | 0 src/components/{Tenanat => Tenant}/TenanatSkeleton.jsx | 0 src/components/{Tenanat => Tenant}/TenantFilterPanel.jsx | 0 src/components/{Tenanat => Tenant}/TenantForm.jsx | 0 src/components/{Tenanat => Tenant}/TenantSchema.js | 0 src/components/{Tenanat => Tenant}/TenantsList.jsx | 0 src/pages/Tenant/CreateTenant.jsx | 2 +- src/pages/Tenant/TenantDetails.jsx | 8 ++++---- src/pages/Tenant/TenantPage.jsx | 6 +++--- 18 files changed, 8 insertions(+), 8 deletions(-) rename src/components/{Tenanat => Tenant}/Congratulation.jsx (100%) rename src/components/{Tenanat => Tenant}/ContactInfro.jsx (100%) rename src/components/{Tenanat => Tenant}/EditProfile.jsx (100%) rename src/components/{Tenanat => Tenant}/LogoUpload.jsx (100%) rename src/components/{Tenanat => Tenant}/Organization.jsx (100%) rename src/components/{Tenanat => Tenant}/OrganizationInfo.jsx (100%) rename src/components/{Tenanat => Tenant}/Profile.jsx (100%) rename src/components/{Tenanat => Tenant}/SegmentedControl.jsx (100%) rename src/components/{Tenanat => Tenant}/SubScription.jsx (100%) rename src/components/{Tenanat => Tenant}/SubScriptionHistory.jsx (100%) rename src/components/{Tenanat => Tenant}/TenanatSkeleton.jsx (100%) rename src/components/{Tenanat => Tenant}/TenantFilterPanel.jsx (100%) rename src/components/{Tenanat => Tenant}/TenantForm.jsx (100%) rename src/components/{Tenanat => Tenant}/TenantSchema.js (100%) rename src/components/{Tenanat => Tenant}/TenantsList.jsx (100%) diff --git a/src/components/Tenanat/Congratulation.jsx b/src/components/Tenant/Congratulation.jsx similarity index 100% rename from src/components/Tenanat/Congratulation.jsx rename to src/components/Tenant/Congratulation.jsx diff --git a/src/components/Tenanat/ContactInfro.jsx b/src/components/Tenant/ContactInfro.jsx similarity index 100% rename from src/components/Tenanat/ContactInfro.jsx rename to src/components/Tenant/ContactInfro.jsx diff --git a/src/components/Tenanat/EditProfile.jsx b/src/components/Tenant/EditProfile.jsx similarity index 100% rename from src/components/Tenanat/EditProfile.jsx rename to src/components/Tenant/EditProfile.jsx diff --git a/src/components/Tenanat/LogoUpload.jsx b/src/components/Tenant/LogoUpload.jsx similarity index 100% rename from src/components/Tenanat/LogoUpload.jsx rename to src/components/Tenant/LogoUpload.jsx diff --git a/src/components/Tenanat/Organization.jsx b/src/components/Tenant/Organization.jsx similarity index 100% rename from src/components/Tenanat/Organization.jsx rename to src/components/Tenant/Organization.jsx diff --git a/src/components/Tenanat/OrganizationInfo.jsx b/src/components/Tenant/OrganizationInfo.jsx similarity index 100% rename from src/components/Tenanat/OrganizationInfo.jsx rename to src/components/Tenant/OrganizationInfo.jsx diff --git a/src/components/Tenanat/Profile.jsx b/src/components/Tenant/Profile.jsx similarity index 100% rename from src/components/Tenanat/Profile.jsx rename to src/components/Tenant/Profile.jsx diff --git a/src/components/Tenanat/SegmentedControl.jsx b/src/components/Tenant/SegmentedControl.jsx similarity index 100% rename from src/components/Tenanat/SegmentedControl.jsx rename to src/components/Tenant/SegmentedControl.jsx diff --git a/src/components/Tenanat/SubScription.jsx b/src/components/Tenant/SubScription.jsx similarity index 100% rename from src/components/Tenanat/SubScription.jsx rename to src/components/Tenant/SubScription.jsx diff --git a/src/components/Tenanat/SubScriptionHistory.jsx b/src/components/Tenant/SubScriptionHistory.jsx similarity index 100% rename from src/components/Tenanat/SubScriptionHistory.jsx rename to src/components/Tenant/SubScriptionHistory.jsx diff --git a/src/components/Tenanat/TenanatSkeleton.jsx b/src/components/Tenant/TenanatSkeleton.jsx similarity index 100% rename from src/components/Tenanat/TenanatSkeleton.jsx rename to src/components/Tenant/TenanatSkeleton.jsx diff --git a/src/components/Tenanat/TenantFilterPanel.jsx b/src/components/Tenant/TenantFilterPanel.jsx similarity index 100% rename from src/components/Tenanat/TenantFilterPanel.jsx rename to src/components/Tenant/TenantFilterPanel.jsx diff --git a/src/components/Tenanat/TenantForm.jsx b/src/components/Tenant/TenantForm.jsx similarity index 100% rename from src/components/Tenanat/TenantForm.jsx rename to src/components/Tenant/TenantForm.jsx diff --git a/src/components/Tenanat/TenantSchema.js b/src/components/Tenant/TenantSchema.js similarity index 100% rename from src/components/Tenanat/TenantSchema.js rename to src/components/Tenant/TenantSchema.js diff --git a/src/components/Tenanat/TenantsList.jsx b/src/components/Tenant/TenantsList.jsx similarity index 100% rename from src/components/Tenanat/TenantsList.jsx rename to src/components/Tenant/TenantsList.jsx diff --git a/src/pages/Tenant/CreateTenant.jsx b/src/pages/Tenant/CreateTenant.jsx index c3bff3e2..7e005328 100644 --- a/src/pages/Tenant/CreateTenant.jsx +++ b/src/pages/Tenant/CreateTenant.jsx @@ -1,6 +1,6 @@ import React from 'react' import Breadcrumb from '../../components/common/Breadcrumb' -import TenantForm from '../../components/Tenanat/TenantForm' +import TenantForm from '../../components/Tenant/TenantForm' const CreateTenant = () => { return ( diff --git a/src/pages/Tenant/TenantDetails.jsx b/src/pages/Tenant/TenantDetails.jsx index 0e2b2ea3..9d61a2eb 100644 --- a/src/pages/Tenant/TenantDetails.jsx +++ b/src/pages/Tenant/TenantDetails.jsx @@ -1,13 +1,13 @@ import React, { createContext, useContext,useState } from "react"; import { useParams } from "react-router-dom"; import Breadcrumb from "../../components/common/Breadcrumb"; -import Profile from "../../components/Tenanat/profile"; +import Profile from "../../components/Tenant/profile"; import { useTenantDetails } from "../../hooks/useTenant"; -import Organization from "../../components/Tenanat/Organization"; +import Organization from "../../components/Tenant/Organization"; import { ComingSoonPage } from "../Misc/ComingSoonPage"; import GlobalModel from "../../components/common/GlobalModel"; -import EditProfile from "../../components/Tenanat/EditProfile"; -import SubScriptionHistory from "../../components/Tenanat/SubScriptionHistory"; +import EditProfile from "../../components/Tenant/EditProfile"; +import SubScriptionHistory from "../../components/Tenant/SubScriptionHistory"; const TenantDetailsContext = createContext(); export const useTenantDetailsContext = () => useContext(TenantDetailsContext); diff --git a/src/pages/Tenant/TenantPage.jsx b/src/pages/Tenant/TenantPage.jsx index 157cae46..22eb6de0 100644 --- a/src/pages/Tenant/TenantPage.jsx +++ b/src/pages/Tenant/TenantPage.jsx @@ -3,7 +3,7 @@ import { useForm } from "react-hook-form"; import { zodResolver } from "@hookform/resolvers/zod"; // ------Components------- import Breadcrumb from "../../components/common/Breadcrumb"; -import TenantsList from "../../components/Tenanat/TenantsList"; +import TenantsList from "../../components/Tenant/TenantsList"; import { useNavigate } from "react-router-dom"; import { useDebounce } from "../../utils/appUtils"; import { useFab } from "../../Context/FabContext"; @@ -12,8 +12,8 @@ import { useFab } from "../../Context/FabContext"; import { defaultFilterValues, filterSchema, -} from "../../components/Tenanat/TenantSchema"; -import TenantFilterPanel from "../../components/Tenanat/TenantFilterPanel"; +} from "../../components/Tenant/TenantSchema"; +import TenantFilterPanel from "../../components/Tenant/TenantFilterPanel"; import { useDispatch } from "react-redux"; import { setCurrentTenant } from "../../slices/globalVariablesSlice";