This commit is contained in:
Rafael Silva 2024-11-22 17:44:19 -03:00
parent 8d3798437d
commit 0b1059e4f4
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -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")