mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 13:26:07 +00:00
91b22f21ba
* Add ember-tooltips addon * Create Tooltip component with styling and test * Implement Tooltip into Upstreams
6 lines
96 B
JavaScript
6 lines
96 B
JavaScript
import Component from '@ember/component';
|
|
|
|
export default Component.extend({
|
|
tagName: '',
|
|
});
|