interface Props {} export default function FollowModal(props: Props) { return
Component goes here
; }