chore: cleanup usings and run dotnet format

This commit is contained in:
Stevan Freeborn
2024-04-12 19:33:56 -05:00
parent 95d4888876
commit ba65401c88
9 changed files with 27 additions and 30 deletions
+4
View File
@@ -1,5 +1,9 @@
global using System.IO.Abstractions;
global using System.ServiceModel.Syndication;
global using System.Text;
global using System.Text.Json;
global using System.Xml;
global using System.Xml.Linq;
global using Blog.Components;
global using Blog.Posts;