mirror of
https://github.com/discourse/discourse.git
synced 2025-05-30 04:57:45 +08:00
REFACTOR: Remove Ember.Component
global variable
Use imports instead.
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
export default Ember.Component.extend({
|
||||
import Component from "@ember/component";
|
||||
export default Component.extend({
|
||||
tagName: "tr"
|
||||
});
|
||||
|
Reference in New Issue
Block a user