diff --git a/src/components/Tenant/TenantForm.jsx b/src/components/Tenant/TenantForm.jsx index b7849dd6..fb3e5a9f 100644 --- a/src/components/Tenant/TenantForm.jsx +++ b/src/components/Tenant/TenantForm.jsx @@ -11,7 +11,7 @@ import { subscriptionSchema, tenantDefaultValues, } from "./TenantSchema"; -import Congratulation from "./congratulation"; +import Congratulation from "./Congratulation"; import { useSelector } from "react-redux"; const TenantForm = () => {