feat: remove unused imports, seperate StatusProperties

This commit is contained in:
Aviv Cohn
2025-12-09 22:27:07 -05:00
parent 260d92228c
commit 2eb9442c0a
5 changed files with 27 additions and 23 deletions

View File

@@ -1,9 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Newtonsoft.Json;
using Newtonsoft.Json;
namespace PepperDash.Essentials.Core.UDMApi
{