import React, { FC } from "react"; import { UserAvatar } from "./UserAvatar"; import { Link } from "react-router-dom"; export const ProfileSelector: FC = () => { return (