Render test page interactively

This commit is contained in:
Archangel
2025-10-10 15:25:15 +02:00
parent 70ef0bcc7e
commit 8fb7b96127
@@ -1,4 +1,7 @@
@page "/test/page"
@using Microsoft.AspNetCore.Components.Web
@using static Microsoft.AspNetCore.Components.Web.RenderMode
@rendermode InteractiveServer
@page "/test/page"
<h3>TestModPage</h3>