about summary refs log tree commit diff
path: root/src/view/com/posts/AviFollowButton.web.tsx
blob: 90b2ddeec892929e57dde766beb4fac4f3ad57d0 (plain) (blame)
1
2
3
4
5
import React from 'react'

export function AviFollowButton({children}: {children: React.ReactNode}) {
  return children
}