feat: Adds psychrometrics calculator.
This commit is contained in:
@@ -55,6 +55,12 @@ struct HomePage: HTML, Sendable {
|
||||
svg: .scale,
|
||||
route: .heatingBalancePoint(.index)
|
||||
)
|
||||
group(
|
||||
label: "Psychrometrics",
|
||||
description: Psychrometrics.description,
|
||||
svg: .droplets,
|
||||
route: .psychrometrics(.index)
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user