web: use API as dedicated module
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import { gettext } from "django";
|
||||
import { customElement, html, LitElement, property, TemplateResult } from "lit-element";
|
||||
import { Provider } from "../../api";
|
||||
import { Provider } from "authentik-api";
|
||||
import { AdminURLManager } from "../../api/legacy";
|
||||
|
||||
import "../../elements/buttons/ModalButton";
|
||||
|
||||
Reference in New Issue
Block a user