diff --git a/assets/javascripts/discourse/components/admin-report-emotion.js b/assets/javascripts/discourse/components/admin-report-emotion.js index 06c21954..64572276 100644 --- a/assets/javascripts/discourse/components/admin-report-emotion.js +++ b/assets/javascripts/discourse/components/admin-report-emotion.js @@ -1,6 +1,6 @@ -import { attributeBindings, classNames } from "@ember-decorators/component"; import Component from "@ember/component"; import { service } from "@ember/service"; +import { attributeBindings, classNames } from "@ember-decorators/component"; import getURL from "discourse-common/lib/get-url"; @classNames("admin-report-counters") diff --git a/assets/javascripts/discourse/templates/admin-dashboard-sentiment.hbs b/assets/javascripts/discourse/templates/admin-dashboard-sentiment.hbs index 54c1c9ae..0e2310d8 100644 --- a/assets/javascripts/discourse/templates/admin-dashboard-sentiment.hbs +++ b/assets/javascripts/discourse/templates/admin-dashboard-sentiment.hbs @@ -70,4 +70,4 @@ - + \ No newline at end of file