web: sort imports
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
		@ -1,8 +1,10 @@
 | 
			
		||||
import { LitElement, CSSResult, css } from "lit";
 | 
			
		||||
import { customElement, property } from "lit/decorators";
 | 
			
		||||
import { TemplateResult, html } from "lit";
 | 
			
		||||
import { customElement, property } from "lit/decorators";
 | 
			
		||||
 | 
			
		||||
import PFForm from "@patternfly/patternfly/components/Form/form.css";
 | 
			
		||||
import PFFormControl from "@patternfly/patternfly/components/FormControl/form-control.css";
 | 
			
		||||
 | 
			
		||||
import { ErrorDetail } from "@goauthentik/api";
 | 
			
		||||
 | 
			
		||||
@customElement("ak-form-element")
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user