Files
hotline-planner/component split/antigravity/hlp asp.net core/Views/Home/Index.cshtml
2026-02-23 14:02:44 +01:00

16 lines
463 B
Plaintext

@{
ViewData["Title"] = "Input View";
}
<!--
Planner Input View
The Vue app mounts on #q-app (defined in _Layout.cshtml).
The layout-shell component (registered in layout-shell.js) is the root component
and renders the full planner UI with all sub-components.
This Razor view serves as the entry point. Additional server-rendered content
or Razor-specific logic can be added here as needed.
-->
<layout-shell></layout-shell>