From 417ab7dd74b286e04aa70803e119ab2b8c780110 Mon Sep 17 00:00:00 2001 From: Samandar Turg'unboev Date: Sat, 24 May 2025 09:31:30 +0500 Subject: [PATCH] real boxing create and edit components --- src/routes/private/real-boxes-create/DashboardEditRealBox.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/private/real-boxes-create/DashboardEditRealBox.tsx b/src/routes/private/real-boxes-create/DashboardEditRealBox.tsx index 4a20ef3..846af9b 100644 --- a/src/routes/private/real-boxes-create/DashboardEditRealBox.tsx +++ b/src/routes/private/real-boxes-create/DashboardEditRealBox.tsx @@ -79,7 +79,7 @@ const DashboardEditRealBoxPage = (props: Props) => { return ( <> - + ); };