Fix invalid page route declaration in Index.razor
Removed a corrupted or invalid @page directive that combined two routes, resolving potential routing issues on the Index page.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
@page "/"
|
||||
@page "/samples"
|
||||
|
||||
<PageTitle>Welcome</PageTitle>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user