diff --git a/src/screens/ActivityFeed/index.tsx b/src/screens/ActivityFeed/index.tsx index a535cc0..f9f9135 100644 --- a/src/screens/ActivityFeed/index.tsx +++ b/src/screens/ActivityFeed/index.tsx @@ -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';