diff options
Diffstat (limited to 'src/lib/custom-animations/GestureActionView.web.tsx')
-rw-r--r-- | src/lib/custom-animations/GestureActionView.web.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/custom-animations/GestureActionView.web.tsx b/src/lib/custom-animations/GestureActionView.web.tsx index 3caaa724f..1b7d96174 100644 --- a/src/lib/custom-animations/GestureActionView.web.tsx +++ b/src/lib/custom-animations/GestureActionView.web.tsx @@ -1,4 +1,4 @@ -import React from 'react' +import type React from 'react' export function GestureActionView({children}: {children: React.ReactNode}) { return children |