Added Blazor back
This commit is contained in:
@ -1,5 +1,9 @@
|
||||
@inherits LayoutComponentBase
|
||||
@namespace OI.Metrology.View.Shared
|
||||
@using MudBlazor
|
||||
|
||||
<MudDialogProvider />
|
||||
<MudSnackbarProvider />
|
||||
|
||||
<div class="navbar navbar-fixed-top @(AppSettings is not null && AppSettings.IsDevelopment ? "test-database" : "" )">
|
||||
<div class="container-fluid">
|
||||
|
Reference in New Issue
Block a user