Skip to content

Commit 2d37765

Browse files
committed
Rearrange imports
1 parent 3380686 commit 2d37765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/plop-templates/component.ts.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { defineElement } from '@umbraco-ui/uui-base/lib/registration';
2-
import { LitElement, html, css } from 'lit';
2+
import { css, html, LitElement } from 'lit';
33

44
/**
55
* @element {{> tagnamePartial }}

0 commit comments

Comments
 (0)