mirror of https://git.lenooby09.tech/LeNooby09/social-app.git
fork

Configure Feed

Select the types of activity you want to include in your feed.

at remove_new_user_progress_guide 5 lines 122 B view raw
1import React from 'react' 2 3export function AviFollowButton({children}: {children: React.ReactNode}) { 4 return children 5}