import { Link } from 'react-router-dom' const Action = props => { const Component = props.to ? Link : props.href ? 'a' : 'button'
確定! 回上一頁