We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dfce35 commit a802aa5Copy full SHA for a802aa5
src/MyBlog.Web/Components/Pages/Admin/UserList.razor
@@ -5,7 +5,6 @@
5
@inject AuthenticationStateProvider AuthStateProvider
6
@inject IJSRuntime JsRuntime
7
@using System.Security.Claims
8
-@using MyBlog.Core.Models
9
10
<PageTitle>Manage Users</PageTitle>
11
src/MyBlog.Web/Components/Pages/PostDetail.razor
@@ -1,7 +1,6 @@
1
@page "/post/{Slug}"
2
@inject IPostRepository PostRepository
3
@inject NavigationManager Navigation
4
-@using MyBlog.Web.Components.Shared
@if (_post is null)
{
src/MyBlog.Web/Components/Shared/ReaderBadge.razor
@@ -1,4 +1,3 @@
-@using MyBlog.Core.Interfaces
@inject IReaderTrackingService TrackingService
@implements IDisposable
0 commit comments