import {Props} from '@/types' import clsx from 'clsx' import Link from 'next/link' import Image from 'next/image' import avatar from '@/public/static/images/avatar.jpg' export function AvatarContainer({className, ...props}: { style?: Object } & Props) { return (
) } export function Avatar({large = false, className, ...props}: { large?: boolean, style?: Object } & Props) { return (