import React from 'react' import { Skeleton } from '../../../molecules' import styles from './skeletonUserProfile.module.css' export const SkeletonProfile = () => { return (
) }