build is fixed
This commit is contained in:
parent
2fc102aaf2
commit
6406c8072b
@ -1,4 +1,4 @@
|
||||
import { LitElement, css, html, type CSSResultGroup } from 'lit'
|
||||
import { LitElement, css, html } from 'lit'
|
||||
import { customElement, property } from 'lit/decorators.js'
|
||||
|
||||
@customElement('fab-card-image')
|
||||
|
||||
@ -1,7 +1,5 @@
|
||||
import { LitElement, css, html } from 'lit'
|
||||
import { customElement, property } from 'lit/decorators.js'
|
||||
import { FabCardImage } from './fab-card-image';
|
||||
import { FabCardTitle } from './fab-card-title';
|
||||
|
||||
@customElement('fab-card-printing')
|
||||
export class FabCardPrinting extends LitElement {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user