import { Avatar } from '../../../../common/components/atoms/Avatar'; import { FunctionComponent } from 'react'; import { ctw } from '../../../../common/utils/ctw/ctw'; export const SkeletonItem: FunctionComponent = () => { return (
  • ); };