mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
REFACTOR: Remove Ember.Component global variable
Use imports instead.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import Component from "@ember/component";
|
||||
import computed from "ember-addons/ember-computed-decorators";
|
||||
|
||||
export default Ember.Component.extend({
|
||||
export default Component.extend({
|
||||
attributeBindings: [
|
||||
"tabindex",
|
||||
"ariaLabel:aria-label",
|
||||
|
||||
Reference in New Issue
Block a user