From 30e9f49eb1e8fa0505863e0294ec75f73df21cbd Mon Sep 17 00:00:00 2001 From: pramod mahajan Date: Sat, 16 Aug 2025 10:22:43 +0530 Subject: [PATCH] corrected Congratulation import path in TenantForm.jsx to match file name --- src/components/Tenant/TenantForm.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = () => {