fix(patch): Remove old Hub Page (#15328)

diff --git a/erpnext/patches.txt b/erpnext/patches.txt
index e99bf59..e5644a3 100644
--- a/erpnext/patches.txt
+++ b/erpnext/patches.txt
@@ -504,4 +504,5 @@
 erpnext.patches.v10_0.update_status_in_purchase_receipt
 erpnext.patches.v10_0.update_address_template_for_india
 erpnext.patches.v10_0.set_discount_amount
-erpnext.patches.v10_0.recalculate_gross_margin_for_project
\ No newline at end of file
+erpnext.patches.v10_0.recalculate_gross_margin_for_project
+execute:frappe.delete_doc("Page", "hub", ignore_missing=True)