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