Skip to content

Commit c3929ca

Browse files
committed
import Animated to make TS happy
1 parent dcba6e2 commit c3929ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/context/animatedValueContext.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React, { useContext } from "react";
2-
import {
2+
import Animated, {
33
add,
44
and,
55
block,

src/hooks/useAutoScroll.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { useRef } from "react";
2-
import {
2+
import Animated, {
33
abs,
44
add,
55
and,

0 commit comments

Comments
 (0)