corrected Congratulation import path in TenantForm.jsx to match file name
This commit is contained in:
parent
340919c6fb
commit
30e9f49eb1
@ -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 = () => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user