export const Follows = () => {
  const dispatch = useDispatch();
  const isLoading = useAppSelector(state => state.getIn(['suggestions', 'isLoading']));
  const suggestions = useAppSelector(state => state.getIn(['suggestions', 'items']));