bsky-app/src/view/com/modals/crop-image/CropImage.tsx

11 lines
178 B
TypeScript

/**
* NOTE
* This modal is used only in the web build
* Native uses a third-party library
*/
export const snapPoints = ['0%']
export function Component() {
return null
}