web: use absolute imports with path rewrite instead of relative imports (#3149)
This commit is contained in:
		| @ -1,15 +1,15 @@ | ||||
| import { ROUTE_SEPARATOR } from "@goauthentik/web/constants"; | ||||
|  | ||||
| import { CSSResult, LitElement, css } from "lit"; | ||||
| import { TemplateResult, html } from "lit"; | ||||
| import { customElement, property } from "lit/decorators.js"; | ||||
| import { until } from "lit/directives/until.js"; | ||||
|  | ||||
| import AKGlobal from "../../authentik.css"; | ||||
| import AKGlobal from "@goauthentik/web/authentik.css"; | ||||
| import PFNav from "@patternfly/patternfly/components/Nav/nav.css"; | ||||
| import PFPage from "@patternfly/patternfly/components/Page/page.css"; | ||||
| import PFBase from "@patternfly/patternfly/patternfly-base.css"; | ||||
|  | ||||
| import { ROUTE_SEPARATOR } from "../../constants"; | ||||
|  | ||||
| @customElement("ak-sidebar-item") | ||||
| export class SidebarItem extends LitElement { | ||||
|     static get styles(): CSSResult[] { | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Jens L
					Jens L