feat: top zappers

closes #8
This commit is contained in:
2025-05-12 11:18:05 +01:00
parent 658bddbef0
commit 194bff315c
3 changed files with 111 additions and 41 deletions

View File

@ -139,7 +139,6 @@ class _StreamPage extends State<StreamPage> {
),
],
),
SizedBox(height: 10),
Expanded(child: ChatWidget(stream: widget.stream)),
],
);