lint fix
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { Pressable, useTheme } from 'native-base';
|
||||
import React, { useRef } from 'react';
|
||||
import { Animated, StyleSheet, StyleProp, ViewStyle } from 'react-native';
|
||||
import { Animated, StyleProp, ViewStyle } from 'react-native';
|
||||
|
||||
interface InteractiveBaseProps {
|
||||
children?: React.ReactNode;
|
||||
@@ -254,5 +254,4 @@ const InteractiveBase: React.FC<InteractiveBaseProps> = ({
|
||||
);
|
||||
};
|
||||
|
||||
|
||||
export default InteractiveBase;
|
||||
|
||||
Reference in New Issue
Block a user