| Current Path : /home/rtorresani/www/app/code/Amasty/Conditions/view/frontend/web/js/model/ |
| Current File : //home/rtorresani/www/app/code/Amasty/Conditions/view/frontend/web/js/model/subscriber.js |
define([
'ko'
], function (ko) {
return {
isLoading: ko.observable(false)
}
}
);