refactor(api): clean up usings

This commit is contained in:
Stevan Freeborn
2026-02-06 06:53:20 -06:00
parent 259daf1e5b
commit 9b4f0c6b9e
2 changed files with 2 additions and 3 deletions
-2
View File
@@ -1,5 +1,3 @@
using FiscalOS.Infra.Authentication;
var builder = WebApplication.CreateBuilder(args);
builder.Services.AddValidation();