import React from 'react' const TextDivider = ({text }) => { return (

{text}

) } export default TextDivider