import { memo } from 'react'; function DateSkeleton() { return Thursday January 1st; } export default memo(DateSkeleton);