import { Image, Text, VStack } from '@metafam/ds'; import PlayersNotFoundImage from '#assets/no-players-found.svg'; export const GuildNotFound: React.FC = () => ( No Guilds Found We can’t find any guilds that match the filters you selected. );