mirror of
https://github.com/dotnet/intro-to-dotnet-web-dev.git
synced 2025-12-06 05:32:03 +01:00
6 lines
93 B
Plaintext
6 lines
93 B
Plaintext
@page "/"
|
|
|
|
<PageTitle>Connect Four</PageTitle>
|
|
|
|
<Board @rendermode="InteractiveServer" />
|