Skip to content

Commit

Permalink
fix dgt-components: build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
lem-onade committed Aug 8, 2023
1 parent b584dcf commit ac1728d
Show file tree
Hide file tree
Showing 6 changed files with 375 additions and 562 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Theme } from '@useid/dgt-theme';
import { css, html, LitElement, property, TemplateResult, unsafeCSS } from 'lit-element';
import { css, CSSResult, html, LitElement, property, TemplateResult, unsafeCSS } from 'lit-element';
import { classMap } from 'lit-html/directives/class-map.js';
import { ContentHeaderComponent } from '../header/content-header.component';

Expand Down
Loading

0 comments on commit ac1728d

Please sign in to comment.