diff --git a/samples/Apis/Api.DPoP/EchoController.cs b/samples/Apis/Api.DPoP/EchoController.cs index ca0fcc34..2a770386 100644 --- a/samples/Apis/Api.DPoP/EchoController.cs +++ b/samples/Apis/Api.DPoP/EchoController.cs @@ -3,7 +3,6 @@ using Microsoft.AspNetCore.Mvc; using System; -using System.Globalization; using System.Security.Claims; using Microsoft.AspNetCore.Authorization; diff --git a/samples/Blazor/PerComponent/PerComponent/Components/App.razor b/samples/Blazor/PerComponent/PerComponent/Components/App.razor index ffab5a09..639688f9 100644 --- a/samples/Blazor/PerComponent/PerComponent/Components/App.razor +++ b/samples/Blazor/PerComponent/PerComponent/Components/App.razor @@ -1,5 +1,4 @@ -@using Microsoft.AspNetCore.Components.Authorization - +
diff --git a/samples/Blazor/PerComponent/PerComponent/Components/Layout/MainLayout.razor b/samples/Blazor/PerComponent/PerComponent/Components/Layout/MainLayout.razor index 6cd62969..ca257029 100644 --- a/samples/Blazor/PerComponent/PerComponent/Components/Layout/MainLayout.razor +++ b/samples/Blazor/PerComponent/PerComponent/Components/Layout/MainLayout.razor @@ -1,5 +1,4 @@ -@using PerComponent.Components -@inherits LayoutComponentBase +@inherits LayoutComponentBase