Removed unused button from Home
This commit is contained in:
@@ -4,16 +4,4 @@
|
||||
|
||||
<h1>Hello, world!</h1>
|
||||
|
||||
<button type="button" class="btn" @onclick="() => ClickTest(2)">Name</button>
|
||||
|
||||
Welcome to your new app.
|
||||
|
||||
|
||||
@code {
|
||||
|
||||
private void ClickTest(int i)
|
||||
{
|
||||
Console.WriteLine($"Clicked {i}");
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user