3b55f61d5f
* Move avi button to visually align content * Fix wrong prop warning * Remove avi follow from post thread
6 lines
122 B
TypeScript
6 lines
122 B
TypeScript
import React from 'react'
|
|
|
|
export function AviFollowButton({children}: {children: React.ReactNode}) {
|
|
return children
|
|
}
|