corrected Congratulation import path in TenantForm.jsx to match file name

This commit is contained in:
pramod mahajan 2025-08-16 10:22:43 +05:30
parent 340919c6fb
commit 30e9f49eb1

View File

@ -11,7 +11,7 @@ import {
subscriptionSchema, subscriptionSchema,
tenantDefaultValues, tenantDefaultValues,
} from "./TenantSchema"; } from "./TenantSchema";
import Congratulation from "./congratulation"; import Congratulation from "./Congratulation";
import { useSelector } from "react-redux"; import { useSelector } from "react-redux";
const TenantForm = () => { const TenantForm = () => {