Refresh dependencies and fix warnings

This commit is contained in:
Felipe Santos
2022-03-06 17:40:46 -03:00
parent e049d26793
commit 07636710c8
13 changed files with 543 additions and 863 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
// available as compilation time.
// ====================================================================
import { Ref, createRef, ref } from 'lit/directives/ref';
import { Ref, createRef, ref } from 'lit/directives/ref.js';
import { TemplateResult, css, html } from 'lit';
import { customElement } from 'lit/decorators.js';
import { dispatchMediaShowEvent } from '../common.js';