DEV: lint

This commit is contained in:
Gabriel Grubba 2025-02-06 21:13:21 -03:00
parent a305d59cf3
commit 7e0ba9a799
No known key found for this signature in database
GPG Key ID: 5FE41764F62D556C
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@ import Component from "@glimmer/component";
import { hash } from "@ember/helper";
import EmberObject, { action } from "@ember/object";
import { service } from "@ember/service";
import { or } from "truth-helpers";
import DButton from "discourse/components/d-button";
import DropdownMenu from "discourse/components/dropdown-menu";
import { popupAjaxError } from "discourse/lib/ajax-error";