fixed delete community

This commit is contained in:
hannathkadher
2024-11-21 13:02:48 +04:00
parent 8a7f9ab2dc
commit 288360f1af
5 changed files with 64 additions and 28 deletions

View File

@ -235,5 +235,5 @@ class Assets {
static const String garageDoor = 'assets/icons/garage_opener.svg';
static const String doorSensor = 'assets/icons/door_sensor.svg';
static const String delete = 'assets/icons/delete_svg';
static const String delete = 'assets/icons/delete.svg';
}