import React from 'react' function ButtonSecondary(props) { const {type, text, action, disabled} = props return <> } export default ButtonSecondary