feat: did some stuff that could possible make create widget work
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user