2
0
mirror of https://github.com/status-im/consul.git synced 2025-03-03 06:40:45 +00:00
2018-06-25 12:25:14 -07:00

6 lines
104 B
JavaScript

import Service from '@ember/service';
export default Service.extend({
execute: function(obj) {},
});