Removed Unnecessary usings and comments

This commit is contained in:
2026-05-03 23:46:03 +05:00
parent 7778a94cf5
commit 277a65c6c7
4 changed files with 2 additions and 26 deletions
+1 -1
View File
@@ -5,5 +5,5 @@ namespace Htmx.ApiDemo;
[JsonSerializable(typeof(string))]
internal partial class AppJsonSerializerContext : JsonSerializerContext
{
}