Select the types of activity you want to include in your feed.
1export function BlockDrawerGesture({children}: {children: React.ReactNode}) { 2 return children 3}