(chore)fix build

This commit is contained in:
wangchangqi 2022-11-12 19:15:04 +08:00
parent 031c4746f4
commit 1504d2a1df
1 changed files with 4 additions and 4 deletions

View File

@ -2,10 +2,10 @@ import {CSSResultArray, LitElement, ReactiveElement} from 'lit'
import GestureDetector, {
GestureEvents,
GestureOptions,
} from '../../lib/gesture/gesture-detector'
import {autoPxStyle} from './auto-px-style'
import {globalStyles} from './global-style'
import {l10nHelper} from './custome_element_l10n'
} from '../../lib/gesture/gesture-detector.js'
import {autoPxStyle} from './auto-px-style.js'
import {globalStyles} from './global-style.js'
import {l10nHelper} from './custome_element_l10n.js'
declare global {
var loadStarMixin: boolean