import { memo } from 'react'; function GreetingSkeleton() { return Good Morning; } export default memo(GreetingSkeleton);