const LEVERAGE_PRESETS = [1, 2, 3, 5, 10] export function LeverageButtons() { return (
{LEVERAGE_PRESETS.map((leverage) => ( ))}
) }