Forge
csharp3407750f
1namespace AgentForge.Plugin.View.Components;
2
3public static class ForgeViewTitle
4{
5 public static string Render(string title) => ForgeHtml.H1(title);
6}
7
View only · write via MCP/CIDE