export default function Search() {
return (
<div className="flex flex-col gap-2">
Find user by username, find account by email, find bot by token
</div>
);
}