import { memo } from "react"; function Loading() { return ( ); } export default memo(Loading);