Files
I150/srcs/RobotNet10/Components/RobotNet10.NavigationTuneUI/Components/Pages/MotorTestPage.razor
2026-07-03 16:37:12 +07:00

6 lines
202 B
Plaintext

@using RobotNet10.NavigationTuneUI.Components
<MudContainer MaxWidth="MaxWidth.Medium" Class="pa-4" Style="height: calc(100vh - 120px); overflow-y: auto;">
<VelocityControl />
</MudContainer>