build is fixed

This commit is contained in:
Alexandr Andreyev 2025-08-23 23:17:27 +03:00
parent 2fc102aaf2
commit 6406c8072b
2 changed files with 1 additions and 3 deletions

View File

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

View File

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