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