web: re-cleanup imports not being absolute

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2022-09-06 19:02:40 +02:00
parent 60266b3345
commit 11334cf638
58 changed files with 179 additions and 206 deletions

View File

@ -1,4 +1,5 @@
import { CURRENT_CLASS, EVENT_REFRESH, ROUTE_SEPARATOR } from "@goauthentik/web/constants";
import { getURLParams, updateURLParams } from "@goauthentik/web/elements/router/RouteMatch";
import { t } from "@lingui/macro";
@ -10,8 +11,6 @@ import AKGlobal from "@goauthentik/web/authentik.css";
import PFTabs from "@patternfly/patternfly/components/Tabs/tabs.css";
import PFGlobal from "@patternfly/patternfly/patternfly-base.css";
import { getURLParams, updateURLParams } from "./router/RouteMatch";
@customElement("ak-tabs")
export class Tabs extends LitElement {
@property()