feat: Begins thermal balance point

This commit is contained in:
2025-03-04 09:19:09 -05:00
parent 19a51598e4
commit d22beb9375
7 changed files with 247 additions and 3 deletions

View File

@@ -49,6 +49,12 @@ struct HomePage: HTML, Sendable {
svg: .funnel,
route: .filterPressureDrop(.index)
)
group(
label: "Heating Balance Point",
description: HeatingBalancePoint.description,
svg: .scale,
route: .heatingBalancePoint(.index)
)
}
}