web: sort imports
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
@ -1,9 +1,10 @@
|
||||
import { CSSResult, html, LitElement, TemplateResult } from "lit";
|
||||
import PFBase from "@patternfly/patternfly/patternfly-base.css";
|
||||
import PFLabel from "@patternfly/patternfly/components/Label/label.css";
|
||||
import AKGlobal from "../authentik.css";
|
||||
import { customElement, property } from "lit/decorators";
|
||||
|
||||
import AKGlobal from "../authentik.css";
|
||||
import PFLabel from "@patternfly/patternfly/components/Label/label.css";
|
||||
import PFBase from "@patternfly/patternfly/patternfly-base.css";
|
||||
|
||||
export enum PFColor {
|
||||
Green = "pf-m-green",
|
||||
Orange = "pf-m-orange",
|
||||
|
||||
Reference in New Issue
Block a user