diff --git a/AyCode.Blazor.Components/Components/ACComponent.cs b/AyCode.Blazor.Components/Components/ACComponent.cs index 1b98678..08cc273 100644 --- a/AyCode.Blazor.Components/Components/ACComponent.cs +++ b/AyCode.Blazor.Components/Components/ACComponent.cs @@ -1,9 +1,4 @@ using Microsoft.AspNetCore.Components; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; namespace AyCode.Blazor.Components { diff --git a/AyCode.Maui.Core/Platforms/Tizen/PlatformClass1.cs b/AyCode.Maui.Core/Platforms/Tizen/PlatformClass1.cs index 56df1d4..f55557c 100644 --- a/AyCode.Maui.Core/Platforms/Tizen/PlatformClass1.cs +++ b/AyCode.Maui.Core/Platforms/Tizen/PlatformClass1.cs @@ -1,6 +1,4 @@ -using System; - -namespace AyCode.Maui.Core +namespace AyCode.Maui.Core { // All the code in this file is only included on Tizen. public class PlatformClass1