fix import order

pull/706/head
Cory LaViska 2022-03-09 09:18:43 -05:00
rodzic 4834ecbddb
commit 1819f38ccb
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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