migrate ui

This commit is contained in:
Salvatore Giordano
2021-04-30 14:58:50 +02:00
parent 2c02f0f631
commit 34888d0fff
103 changed files with 2622 additions and 2455 deletions
@@ -3,7 +3,7 @@ class ReactionIcon {
final String assetName;
ReactionIcon({
this.type,
this.assetName,
required this.type,
required this.assetName,
});
}