// Depth sounder with alarm threshold. import Gauge from './Gauge.jsx' export default function DepthSounder({ depth }) { return ( ) }