This commit is contained in:
2019-11-28 23:30:25 +00:00
parent 8e8406ba87
commit f1128e722e
5 changed files with 12 additions and 8 deletions

View File

@@ -28,7 +28,7 @@ namespace AyaNova.Models
public Widget()
{
Tags = new List<string>();
Tags = new List<string>();
}
}