Select the types of activity you want to include in your feed.
1import React from 'react' 2 3export function AviFollowButton({children}: {children: React.ReactNode}) { 4 return children 5}