diff options
Diffstat (limited to 'src/view/com/modals/crop-image/CropImage.tsx')
-rw-r--r-- | src/view/com/modals/crop-image/CropImage.tsx | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/view/com/modals/crop-image/CropImage.tsx b/src/view/com/modals/crop-image/CropImage.tsx deleted file mode 100644 index 9ac3f277f..000000000 --- a/src/view/com/modals/crop-image/CropImage.tsx +++ /dev/null @@ -1,11 +0,0 @@ -/** - * 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 -} |