Merge branch 'master' of ssh://172.20.184.160:7999/yr/star-web-components into feature-component-button
This commit is contained in:
commit
861388b678
|
@ -3,7 +3,6 @@ import {customElement, query, state} from 'lit/decorators.js'
|
|||
import './components/ul/ul'
|
||||
import './components/li/li'
|
||||
import './components/section/section'
|
||||
import './components/button/button'
|
||||
import {StarAnimateSection} from './components/section/section'
|
||||
import './components/section/section'
|
||||
import './test/panels/root'
|
||||
|
|
|
@ -3,12 +3,11 @@ import {customElement, state} from 'lit/decorators.js'
|
|||
import {LiType} from '../../components/li/li'
|
||||
import {UlType} from '../../components/ul/ul'
|
||||
import {sharedStyles} from './shared-styles'
|
||||
import '../../components/ul/ul'
|
||||
import '../../components/li/li'
|
||||
import './button/button'
|
||||
import './about/about'
|
||||
import './icon/icon'
|
||||
import './general/general'
|
||||
import './indicators/indicators'
|
||||
import './blur/use-blur'
|
||||
|
||||
type SEID = String
|
||||
|
||||
|
|
Loading…
Reference in New Issue