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