0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-19 15:21:11 +02:00

remove redundant import

Dieser Commit ist enthalten in:
merefield 2023-09-24 12:27:28 +01:00
Ursprung 885fdd1215
Commit 0399cff6a5

Datei anzeigen

@ -1,5 +1,4 @@
import Service from "@ember/service";
import { getOwner } from "discourse-common/lib/get-owner";
import { tracked } from "@glimmer/tracking";
import { ajax } from "discourse/lib/ajax";
import { popupAjaxError } from "discourse/lib/ajax-error";