corrected Profile import path in TenantDetails.jsx to match case-sensitive file name
This commit is contained in:
parent
a537da6eff
commit
340919c6fb
@ -1,7 +1,8 @@
|
||||
import React, { createContext, useContext,useState } from "react";
|
||||
import { useParams } from "react-router-dom";
|
||||
import Breadcrumb from "../../components/common/Breadcrumb";
|
||||
import Profile from "../../components/Tenant/profile";
|
||||
import Profile from "../../components/Tenant/Profile";
|
||||
|
||||
import { useTenantDetails } from "../../hooks/useTenant";
|
||||
import Organization from "../../components/Tenant/Organization";
|
||||
import { ComingSoonPage } from "../Misc/ComingSoonPage";
|
||||
|
Loading…
x
Reference in New Issue
Block a user