remove unnecessary using

This commit is contained in:
sbwalker
2025-10-21 14:23:35 -04:00
parent ca521f3a5e
commit 19b003ae49

View File

@@ -4,7 +4,6 @@ using Microsoft.AspNetCore.Http;
using Microsoft.Extensions.Caching.Memory;
using Oqtane.Repository;
using Oqtane.Shared;
using SixLabors.ImageSharp.Metadata.Profiles.Exif;
namespace Oqtane.Infrastructure
{