import { Link } from 'react-router-dom' import { Button } from 'antd' export const EditMyPostButton = ({ _id }) => { return ( <> ) }