2
0
mirror of https://github.com/status-im/consul.git synced 2025-03-02 22:30:43 +00:00
John Cowen 45554e4e9c
ui: Notice component ()
Add simple Notice template only glimmer component
2020-10-23 09:26:32 +01:00

6 lines
96 B
JavaScript

import Component from '@ember/component';
export default Component.extend({
tagName: '',
});