refactor: remove unused imports

This commit is contained in:
Oliver Booth 2024-02-23 15:46:32 +00:00
parent 70f167c9c3
commit 0aa9754714
Signed by: oliverbooth
GPG Key ID: E60B570D1B7557B5
4 changed files with 0 additions and 5 deletions

View File

@ -1,5 +1,4 @@
using System.Text;
using System.Text.Json;
using Microsoft.AspNetCore.Mvc;
using OliverBooth.Data.Web;
using OliverBooth.Services;

View File

@ -2,7 +2,6 @@ using NetBarcode;
using SixLabors.ImageSharp;
using SixLabors.ImageSharp.Formats.Png;
using SixLabors.ImageSharp.Processing;
using Type = System.Type;
namespace OliverBooth.Data.Web;

View File

@ -1,5 +1,3 @@
using SixLabors.ImageSharp;
namespace OliverBooth.Data.Web;
/// <summary>

View File

@ -1,6 +1,5 @@
using System.Text.Json;
using System.Text.Json.Serialization;
using OliverBooth.Data;
using OliverBooth.Data.Mastodon;
namespace OliverBooth.Services;