changed folder name for Tenant
This commit is contained in:
parent
4af5ba8a6d
commit
241217e7cc
@ -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 (
|
||||
|
@ -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);
|
||||
|
@ -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";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user