web: re-cleanup imports not being absolute
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
		| @ -2,14 +2,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 { Form } from "@goauthentik/web/elements/forms/Form"; | ||||
|  | ||||
| import { t } from "@lingui/macro"; | ||||
|  | ||||
| import { TemplateResult, html } from "lit"; | ||||
| import { customElement, property } from "lit/decorators.js"; | ||||
|  | ||||
| import { Form } from "./Form"; | ||||
|  | ||||
| @customElement("ak-forms-modal") | ||||
| export class ModalForm extends ModalButton { | ||||
|     @property({ type: Boolean }) | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Jens Langhammer
					Jens Langhammer