Refactoring

This commit is contained in:
2019-09-30 17:54:47 -04:00
parent 89df5efe5a
commit 5b64470d1f
35 changed files with 484 additions and 485 deletions

View File

@@ -0,0 +1,4 @@
export class LaundryStatus {
washer = false;
dryer = false;
}