mirror of
https://github.com/discourse/discourse.git
synced 2025-06-07 16:54:42 +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({
|
||||
classNames: ["admin-report-inline-table"]
|
||||
});
|
||||
|
Reference in New Issue
Block a user