Files
bsky-social-app/src/view/shell/BlockDrawerGesture.web.tsx
T
Samuel Newman 9cfa7d0ba8 Remove RNGH from web bundle (#9528)
* remove RNGH on web

* add intentionally-failing webpack alias

* Update webpack.config.js
2025-12-30 03:40:19 -08:00

4 lines
98 B
TypeScript

export function BlockDrawerGesture({children}: {children: React.ReactNode}) {
return children
}