Skip to content

Commit 4816ec0

Browse files
committed
fix(tools): generate pre-linted element files
1 parent e2e69e7 commit 4816ec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/create-element/templates/element/element.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { LitElement, html } from 'lit';
2-
import { customElement } from 'lit/decorators.js';
2+
import { customElement } from 'lit/decorators/custom-element.js';
33

44
import styles from '<%= cssRelativePath %>';
55

0 commit comments

Comments
 (0)