DataInbox list
This commit is contained in:
8
DiunaBI.UI.Shared/Pages/DataInboxListPage.razor
Normal file
8
DiunaBI.UI.Shared/Pages/DataInboxListPage.razor
Normal file
@@ -0,0 +1,8 @@
|
||||
@page "/datainbox"
|
||||
@using DiunaBI.UI.Shared.Components
|
||||
|
||||
<PageTitle>Data Inbox</PageTitle>
|
||||
|
||||
<MudContainer MaxWidth="MaxWidth.ExtraExtraLarge">
|
||||
<DataInboxListComponent />
|
||||
</MudContainer>
|
||||
Reference in New Issue
Block a user