real boxing create and edit components

This commit is contained in:
Samandar Turg'unboev
2025-05-24 09:31:30 +05:00
parent eee4e05e27
commit 417ab7dd74

View File

@@ -79,7 +79,7 @@ const DashboardEditRealBoxPage = (props: Props) => {
return ( return (
<> <>
<DashboardCreateRealBoxPage initialValues={getOneBox.data} /> <DashboardCreateRealBoxPage />
</> </>
); );
}; };