| Current Path : /proc/thread-self/cwd/static/frontend/Magento/luma/it_IT/Magento_Customer/js/model/ |
| Current File : //proc/thread-self/cwd/static/frontend/Magento/luma/it_IT/Magento_Customer/js/model/address-list.js |
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
/**
* @api
*/
define([
'ko',
'./customer-addresses'
], function (ko, defaultProvider) {
'use strict';
return ko.observableArray(defaultProvider.getAddressItems());
});