fix admin routing for browser e2e
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
@page "/admin/dashboard"
|
||||
@using TaxBaik.Application.Services
|
||||
@attribute [Authorize]
|
||||
@inject InquiryService InquiryService
|
||||
@inject BlogService BlogService
|
||||
|
||||
<PageTitle>대시보드</PageTitle>
|
||||
|
||||
<MudText Typo="Typo.h5" Class="mb-4">📊 대시보드</MudText>
|
||||
<h1 class="mb-4">대시보드</h1>
|
||||
|
||||
<MudGrid>
|
||||
<MudItem xs="12" sm="6" md="3">
|
||||
|
||||
Reference in New Issue
Block a user