Merge pull request #6102 from sbwalker/dev

remove unnecessary using
This commit is contained in:
Shaun Walker
2026-03-04 10:02:24 -05:00
committed by GitHub

View File

@@ -2,7 +2,6 @@ using System.Collections.Generic;
using System.Linq; using System.Linq;
using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore;
using Oqtane.Models; using Oqtane.Models;
using Radzen;
namespace Oqtane.Repository namespace Oqtane.Repository
{ {