import { Button } from '@chakra-ui/button' import React from 'react' const SecondaryButton = ({title, onClick, px = 8, ...props}) => { return ( ) } export default SecondaryButton