about summary refs log tree commit diff
path: root/src/view/com/modals/crop-image/CropImage.tsx
blob: 9ac3f277fe5e310751a523d4e723e48eb6d74041 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
/**
 * 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
}