feat: add review

This commit is contained in:
2024-08-12 17:44:58 +02:00
parent 89e819ece1
commit e2bacc283d
43 changed files with 3276 additions and 887 deletions

View File

@@ -8,7 +8,7 @@ import { filter, fromEvent, takeUntil, tap } from 'rxjs';
import { hostStyles, panelStyles } from './styles';
@customElement('z-panels.bottom')
export default class BottomPanel extends LitElement {
export default class BottomPanel extends LietElement {
static override get styles() {
return [hostStyles, panelStyles];
}