import React from 'react' const SmallText = ({...props}) => { return(

{props.children}

) } export default SmallText;