refactor: Refactor internal error / info message components (#1842)

This commit is contained in:
Dermot Duffy
2025-01-20 15:26:53 -08:00
committed by GitHub
parent 99fe613811
commit faa5ec3eec
19 changed files with 421 additions and 252 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import { Task } from '@lit-labs/task';
import { html, TemplateResult } from 'lit';
import { renderProgressIndicator } from '../components/message';
import { renderProgressIndicator } from '../components/progress-indicator';
import { CardWideConfig } from '../config/types';
import { errorToConsole } from './basic';