diff options
author | Ivan Chen <ivan@tagg.id> | 2021-06-30 14:28:38 -0400 |
---|---|---|
committer | Ivan Chen <ivan@tagg.id> | 2021-06-30 14:28:38 -0400 |
commit | ba0ea15092e64929f2a3f9f88f3245e476dfcbe1 (patch) | |
tree | b3e3dc212e300c5fbb2025da57ac9e01bd73912b /src/components/comments/ZoomInCropper.tsx | |
parent | 3b7297189633cda8b886fa06f4b9d4787b6aa7c7 (diff) |
Clean up import
Diffstat (limited to 'src/components/comments/ZoomInCropper.tsx')
-rw-r--r-- | src/components/comments/ZoomInCropper.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/comments/ZoomInCropper.tsx b/src/components/comments/ZoomInCropper.tsx index 2fc0fd44..cfd3cbbc 100644 --- a/src/components/comments/ZoomInCropper.tsx +++ b/src/components/comments/ZoomInCropper.tsx @@ -1,6 +1,6 @@ import {RouteProp} from '@react-navigation/core'; import {StackNavigationProp} from '@react-navigation/stack'; -import {default as React, useEffect, useState} from 'react'; +import React, {useEffect, useState} from 'react'; import {Image, StyleSheet, TouchableOpacity} from 'react-native'; import {normalize} from 'react-native-elements'; import ImageZoom, {IOnMove} from 'react-native-image-pan-zoom'; |