import LoadingOverlay from '@/components/overlays/LoadingOverlay' import React from 'react' function Loading() { return ( ) } export default Loading