Remove Unnecessary Namespaces

Removes Unnecessary Namespaces 'System' and 'System.ComponentModel.DataAnnotations.Schema;'.
This commit is contained in:
Cody
2025-05-06 13:29:26 -07:00
committed by GitHub
parent c39ffcf51c
commit 8aa967fa1b

View File

@ -1,7 +1,5 @@
using System;
using Oqtane.Models;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using Oqtane.Documentation;
namespace Oqtane.Modules.HtmlText.Models