1import type React from 'react' 2 3export function GestureActionView({children}: {children: React.ReactNode}) { 4 return children 5}