16 lines
463 B
Plaintext
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>
|