6dff8e7777
- Domain, Infrastructure, Application (class libraries) - Web (ASP.NET Core empty) - Admin (Blazor Server) - All net8.0 target framework - Project references configured Co-Authored-By: Claude <noreply@anthropic.com>
10 lines
150 B
Plaintext
10 lines
150 B
Plaintext
@page "/"
|
|
|
|
<PageTitle>Index</PageTitle>
|
|
|
|
<h1>Hello, world!</h1>
|
|
|
|
Welcome to your new app.
|
|
|
|
<SurveyPrompt Title="How is Blazor working for you?" />
|