You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
556 B
Plaintext
17 lines
556 B
Plaintext
2 years ago
|
@page "/"
|
||
|
@using KWWebInvApp.Data
|
||
|
@inject UserServices userServices
|
||
|
@inject NavigationManager navigationManager
|
||
|
|
||
|
|
||
|
<PageTitle>Index</PageTitle>
|
||
|
|
||
|
<MudText Typo="Typo.h3" GutterBottom="true">Karat World Inventory</MudText>
|
||
|
<MudText Class="mb-8">Welcome Karat World inventory system. A web based application.</MudText>
|
||
|
<MudAlert Severity="Severity.Normal">You can find documentation and examples on our website here: <MudLink Href="https://mudblazor.com" Typo="Typo.body2" Color="Color.Inherit"><b>www.mudblazor.com</b></MudLink></MudAlert>
|
||
|
|
||
|
@code
|
||
|
{
|
||
|
|
||
|
}
|