From 1819f38ccb4bcada78926ad471a23a496de26db8 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Wed, 9 Mar 2022 09:18:43 -0500 Subject: [PATCH] fix import order --- scripts/plop/templates/component/component.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/plop/templates/component/component.hbs b/scripts/plop/templates/component/component.hbs index e0772073..203b8665 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