'use client' import React from 'react' const Loading = () => { return (
Loading...
) } export default React.memo(Loading)