@inherits LayoutComponentBase
@using System.Runtime.InteropServices.JavaScript
@using MissNationSharedUI.Shared.Components.Layout
@code {
/*protected override async Task OnInitializedAsync()
{
_jsModule = await JSRuntime.InvokeAsync("import", "./_content/MissNationSharedUI/assets/exampleJsInterop.js");
await _jsModule.InvokeVoidAsync("getMessage");
}*/
}