Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-09 11:52:54 +01:00
remove redundant import
Dieser Commit ist enthalten in:
Ursprung
885fdd1215
Commit
0399cff6a5
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
|
@ -1,5 +1,4 @@
|
||||||
import Service from "@ember/service";
|
import Service from "@ember/service";
|
||||||
import { getOwner } from "discourse-common/lib/get-owner";
|
|
||||||
import { tracked } from "@glimmer/tracking";
|
import { tracked } from "@glimmer/tracking";
|
||||||
import { ajax } from "discourse/lib/ajax";
|
import { ajax } from "discourse/lib/ajax";
|
||||||
import { popupAjaxError } from "discourse/lib/ajax-error";
|
import { popupAjaxError } from "discourse/lib/ajax-error";
|
||||||
|
|
Laden …
In neuem Issue referenzieren