feat: did some stuff that could possible make create widget work

This commit is contained in:
Byson94
2025-08-18 11:14:32 +05:30
parent 88fd6297e2
commit 654bb95f90
4 changed files with 90 additions and 49 deletions

View File

@@ -16,9 +16,6 @@ let object = #{
// Widget: a single animal button
fn animalButton(emoji, selected) {
print!(selected);
print!(emoji);
let class = "animal";
if selected == emoji {