import Elementary import ManualDCore import Styleguide struct FrictionRateView: HTML, Sendable { var body: some HTML { div { EquipmentForm() } } }