Files
agent-framework/dotnet/samples/HelloHttpApi/HelloHttpApi.Web/Components/Pages/Home.razor
T
Reuben Bond 41d441420e Initial draft of actor runtime abstractions (#197)
* Initial draft of actor runtime abstractions
2025-07-22 16:05:58 -04:00

8 lines
92 B
Plaintext

@page "/"
<PageTitle>Home</PageTitle>
<h1>Hello, world!</h1>
Welcome to your new app.