Skip to content

Commit f73c628

Browse files
committed
use let instead of const
1 parent e2d8f2a commit f73c628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/procs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Animated from "react-native-reanimated";
22
import { State as GestureState } from "react-native-gesture-handler";
3-
const {
3+
let {
44
cond,
55
divide,
66
abs,

0 commit comments

Comments
 (0)