'use client'; import React from 'react'; const Loading: React.FC = () => { return ( <>

Loading...

); }; export default Loading;