2
0
mirror of https://github.com/status-im/consul.git synced 2025-01-17 17:22:17 +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) {},
});