Feature/migrate formik to react hook form

This commit is contained in:
AmirHossein Mahmoodi
2024-12-18 10:34:40 +00:00
parent f0fb662a1c
commit 8f770d3000
28 changed files with 331 additions and 319 deletions

View File

@@ -1,7 +1,7 @@
'use client'
import PageLoading from "@/core/components/PageLoading"
"use client";
import PageLoading from "@/core/components/PageLoading";
const Loading = () => {
return <PageLoading />
}
export default Loading
return <PageLoading />;
};
export default Loading;

View File

@@ -1,7 +1,7 @@
'use client'
import PageLoading from "@/core/components/PageLoading"
"use client";
import PageLoading from "@/core/components/PageLoading";
const Loading = () => {
return <PageLoading />
}
export default Loading
return <PageLoading />;
};
export default Loading;

View File

@@ -1,7 +1,7 @@
'use client'
import PageLoading from "@/core/components/PageLoading"
"use client";
import PageLoading from "@/core/components/PageLoading";
const Loading = () => {
return <PageLoading />
}
export default Loading
return <PageLoading />;
};
export default Loading;

View File

@@ -1,7 +1,7 @@
'use client'
import PageLoading from "@/core/components/PageLoading"
"use client";
import PageLoading from "@/core/components/PageLoading";
const Loading = () => {
return <PageLoading />
}
export default Loading
return <PageLoading />;
};
export default Loading;

View File

@@ -1,7 +1,7 @@
'use client'
import PageLoading from "@/core/components/PageLoading"
"use client";
import PageLoading from "@/core/components/PageLoading";
const Loading = () => {
return <PageLoading />
}
export default Loading
return <PageLoading />;
};
export default Loading;