This commit is contained in:
2026-07-18 15:21:20 -04:00
parent 6062d5b60c
commit 74f065e0f5
51 changed files with 634 additions and 285 deletions
+5 -3
View File
@@ -1,4 +1,3 @@
using Microsoft.AspNetCore.Components;
using Model;
namespace Shared.Services;
@@ -27,5 +26,8 @@ public class CardPreviewService
NotifyStateChanged();
}
private void NotifyStateChanged() => OnChange?.Invoke();
}
private void NotifyStateChanged()
{
OnChange?.Invoke();
}
}