You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
385 B
18 lines
385 B
@inherits LayoutComponentBase
|
|
|
|
<RadzenLayout>
|
|
<NavMenu />
|
|
<RadzenBody>
|
|
<div class="rz-p-4">
|
|
@Body
|
|
</div>
|
|
</RadzenBody>
|
|
</RadzenLayout>
|
|
|
|
<div id="blazor-error-ui">
|
|
An unhandled error has occurred.
|
|
<a href="" class="reload">Reload</a>
|
|
<a class="dismiss">🗙</a>
|
|
</div>
|
|
|
|
<RadzenComponents @rendermode="RenderMode.InteractiveServer"/> |