Delete Test.razor
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
@page "/test"
|
||||
|
||||
<LazyLoader Load="Load">
|
||||
</LazyLoader>
|
||||
|
||||
@code
|
||||
{
|
||||
private Task Load(LazyLoader arg)
|
||||
{
|
||||
throw new Exception("Nein");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user