Skip to content

Commit

Permalink
remove unuesd import
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardoj committed May 14, 2024
1 parent 79d462c commit eff393a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/FixedFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import type {ReactNode} from 'react';
import React from 'react';
import type {StyleProp, ViewStyle} from 'react-native';
import {View} from 'react-native';
import useKeyboardState from '@hooks/useKeyboardState';
import useSafeAreaInsets from '@hooks/useSafeAreaInsets';
import useThemeStyles from '@hooks/useThemeStyles';

Expand Down

0 comments on commit eff393a

Please sign in to comment.