web: use absolute imports with path rewrite instead of relative imports (#3149)
This commit is contained in:
		| @ -1,12 +1,13 @@ | ||||
| import { EVENT_REFRESH } from "@goauthentik/web/constants"; | ||||
| import "@goauthentik/web/elements/LoadingOverlay"; | ||||
| import { ModalButton } from "@goauthentik/web/elements/buttons/ModalButton"; | ||||
| import "@goauthentik/web/elements/buttons/SpinnerButton"; | ||||
|  | ||||
| import { t } from "@lingui/macro"; | ||||
|  | ||||
| import { TemplateResult, html } from "lit"; | ||||
| import { customElement, property } from "lit/decorators.js"; | ||||
|  | ||||
| import { EVENT_REFRESH } from "../../constants"; | ||||
| import "../LoadingOverlay"; | ||||
| import { ModalButton } from "../buttons/ModalButton"; | ||||
| import "../buttons/SpinnerButton"; | ||||
| import { Form } from "./Form"; | ||||
|  | ||||
| @customElement("ak-forms-modal") | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Jens L
					Jens L