I have implemented "add new customer" custom feature in customers UI route. when user successfully created new customer, that customer should be directly added to the customer list widget.
Note: "Add new customer" feature implemented using medusa-react hook. i.e. useCreateCustomer()
when use click on "create" button, the created customer should be added in customer list widget.