import React from 'react'; const LandingDots = ({ width = 32, height = 44, color = '#DF444B' }) => ( ); export default LandingDots;