Removed unused button from Home

This commit is contained in:
2025-04-23 11:56:14 +03:00
parent 0493dfaeb4
commit f10d72d704

View File

@@ -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}");
}
}