export default function loading() {
return (
<div className="flex justify-center items-center w-full h-screen">
<p>Loading...</p>
</div>
);
}