Remove unnecessary usings

This commit is contained in:
Cody
2024-09-25 15:13:06 -07:00
committed by GitHub
parent a4395b62ff
commit 28b6b03d06

View File

@ -1,6 +1,4 @@
using System.Collections.Generic;
using Oqtane.Databases.Interfaces;
using Oqtane.Interfaces;
namespace Oqtane.Repository.Databases.Interfaces
{