TTS form no longer showed due to import oopsie (#11742)

This commit is contained in:
Paulus Schoutsen 2022-02-20 08:52:38 -08:00 committed by GitHub
parent 3269b2878b
commit cf8e2a6d02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,7 +49,8 @@ import "../ha-svg-icon";
import "../ha-fab";
import { browseLocalMediaPlayer } from "../../data/media_source";
import { isTTSMediaSource } from "../../data/tts";
import { TtsMediaPickedEvent } from "./ha-browse-media-tts";
import type { TtsMediaPickedEvent } from "./ha-browse-media-tts";
import "./ha-browse-media-tts";
declare global {
interface HASSDomEvents {