import Avatar from '@components/Avatar'; import PopupMenu from '@components/PopupMenu'; import Like from '@components/Like'; import { getMeInfo } from '@controllers/UserController'; import { useQuery } from '@tanstack/react-query'; import { toastError } from '@controllers/Toasts'; import User from './User'; import Image from './Image'; import { useState } from 'react'; const Text = ({ text }: { text: string }) => { if (text === '') { return null; } return