Skip to content

Commit

Permalink
Remove unnecessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitryashutov committed Nov 23, 2023
1 parent 986f4dd commit 3cbb3c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/screens/ActivityFeed/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { NavigationComponentProps } from 'react-native-navigation';

import { useStateTree } from 'models';
import { signout } from 'services/auth';
import { AuthButton } from 'components/AuthButton';
import { Button } from 'components/Button';

import { ActivityFeedItem, ActivityFeedSection, useActivityFeed } from './hooks';
Expand Down

0 comments on commit 3cbb3c6

Please sign in to comment.