Skip to content

Commit 1e95da5

Browse files
Fixed linting
1 parent 5fa8983 commit 1e95da5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/activitypub/src/views/Feed/components/SuggestedProfiles.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import APAvatar from '@src/components/global/APAvatar';
22
import FollowButton from '@src/components/global/FollowButton';
33
import ProfilePreviewHoverCard from '@components/global/ProfilePreviewHoverCard';
44
import {Account} from '@src/api/activitypub';
5-
import {Button, H4, LucideIcon, Separator, Skeleton, abbreviateNumber} from '@tryghost/shade';
5+
import {Button, H4, LucideIcon, Separator, Skeleton} from '@tryghost/shade';
66
import {useEffect, useRef, useState} from 'react';
77
import {useNavigateWithBasePath} from '@src/hooks/use-navigate-with-base-path';
88
import {useSuggestedProfilesForUser} from '@src/hooks/use-activity-pub-queries';

0 commit comments

Comments
 (0)