merge-requests/3337/head
danidfra 2025-03-05 23:27:42 -03:00
rodzic 99f6bfaec1
commit fefea50b65
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -20,6 +20,8 @@ import {
useSuggestions,
} from 'soapbox/queries/suggestions.ts';
import 'swiper/css';
const PopularAccounts = ({ id }: { id: string }) => {
const { account } = useAccount(id);
const { logo } = useSoapboxConfig();