From cf6b2b858c2549b077b1b28b75d934a2de896557 Mon Sep 17 00:00:00 2001 From: Argo-AscioTech Date: Wed, 11 Oct 2023 14:49:19 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E9=87=8D=E6=9E=84=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/BootstrapBlazor/Components/Stack/Stack.razor.cs | 5 ----- src/BootstrapBlazor/Enums/VerticalAlignment .cs | 6 ------ 2 files changed, 11 deletions(-) diff --git a/src/BootstrapBlazor/Components/Stack/Stack.razor.cs b/src/BootstrapBlazor/Components/Stack/Stack.razor.cs index bfdbb2fddb0..5d160cf94d7 100644 --- a/src/BootstrapBlazor/Components/Stack/Stack.razor.cs +++ b/src/BootstrapBlazor/Components/Stack/Stack.razor.cs @@ -3,11 +3,6 @@ // Website: https://www.blazor.zone or https://argozhang.github.io/ using BootstrapBlazor.Utils; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; namespace BootstrapBlazor.Components; diff --git a/src/BootstrapBlazor/Enums/VerticalAlignment .cs b/src/BootstrapBlazor/Enums/VerticalAlignment .cs index 0585093e23f..1fca7f94fa9 100644 --- a/src/BootstrapBlazor/Enums/VerticalAlignment .cs +++ b/src/BootstrapBlazor/Enums/VerticalAlignment .cs @@ -2,12 +2,6 @@ // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. // Website: https://www.blazor.zone or https://argozhang.github.io/ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; - namespace BootstrapBlazor.Components; ///