9cfa7d0ba8
* remove RNGH on web * add intentionally-failing webpack alias * Update webpack.config.js
4 lines
98 B
TypeScript
4 lines
98 B
TypeScript
export function BlockDrawerGesture({children}: {children: React.ReactNode}) {
|
|
return children
|
|
}
|