Skip to content

Commit

Permalink
remove useless type
Browse files Browse the repository at this point in the history
  • Loading branch information
lakchote committed Feb 23, 2024
1 parent ba73d0d commit fae8db3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Switch.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React, {useEffect, useRef} from 'react';
import {Animated} from 'react-native';
import type {ViewStyle} from 'react-native';
import useThemeStyles from '@hooks/useThemeStyles';
import useNativeDriver from '@libs/useNativeDriver';
import CONST from '@src/CONST';
Expand Down

0 comments on commit fae8db3

Please sign in to comment.