diff --git a/scripts/plop/templates/component/component.hbs b/scripts/plop/templates/component/component.hbs index e07720738..203b86658 100644 --- a/scripts/plop/templates/component/component.hbs +++ b/scripts/plop/templates/component/component.hbs @@ -1,8 +1,8 @@ import { LitElement, html } from 'lit'; import { customElement, property } from 'lit/decorators.js'; -import styles from './{{ tagWithoutPrefix tag }}.styles'; import { emit } from '~/internal/event'; import { watch } from '~/internal/watch'; +import styles from './{{ tagWithoutPrefix tag }}.styles'; /** * @since 2.0