Delete Test.razor

This commit is contained in:
Marcel Baumgartner
2023-05-05 04:51:39 +02:00
parent 07961822a0
commit 62d700c3cf

View File

@@ -1,12 +0,0 @@
@page "/test"
<LazyLoader Load="Load">
</LazyLoader>
@code
{
private Task Load(LazyLoader arg)
{
throw new Exception("Nein");
}
}