Initial
This commit is contained in:
11
PdfMarker/Components/Layout/MainLayout.razor
Normal file
11
PdfMarker/Components/Layout/MainLayout.razor
Normal file
@ -0,0 +1,11 @@
|
||||
@inherits LayoutComponentBase
|
||||
<RadzenComponents @rendermode="InteractiveAuto" />
|
||||
<div class="page">
|
||||
@Body
|
||||
</div>
|
||||
|
||||
<div id="blazor-error-ui">
|
||||
An unhandled error has occurred.
|
||||
<a href="" class="reload">Reload</a>
|
||||
<a class="dismiss">🗙</a>
|
||||
</div>
|
||||
Reference in New Issue
Block a user